public static interface DescribeIamPolicyAssignmentRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeIamPolicyAssignmentRequest.Builder,DescribeIamPolicyAssignmentRequest>
Modifier and Type | Method and Description |
---|---|
DescribeIamPolicyAssignmentRequest.Builder |
assignmentName(String assignmentName)
The name of the assignment, also called a rule.
|
DescribeIamPolicyAssignmentRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignment that you want to describe.
|
DescribeIamPolicyAssignmentRequest.Builder |
namespace(String namespace)
The namespace that contains the assignment.
|
DescribeIamPolicyAssignmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeIamPolicyAssignmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeIamPolicyAssignmentRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignment that you want to describe.
awsAccountId
- The ID of the Amazon Web Services account that contains the assignment that you want to describe.DescribeIamPolicyAssignmentRequest.Builder assignmentName(String assignmentName)
The name of the assignment, also called a rule.
assignmentName
- The name of the assignment, also called a rule.DescribeIamPolicyAssignmentRequest.Builder namespace(String namespace)
The namespace that contains the assignment.
namespace
- The namespace that contains the assignment.DescribeIamPolicyAssignmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeIamPolicyAssignmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.