Interface ListIamPolicyAssignmentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListIamPolicyAssignmentsRequest.Builder,ListIamPolicyAssignmentsRequest>
,QuickSightRequest.Builder
,SdkBuilder<ListIamPolicyAssignmentsRequest.Builder,ListIamPolicyAssignmentsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListIamPolicyAssignmentsRequest
public static interface ListIamPolicyAssignmentsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListIamPolicyAssignmentsRequest.Builder,ListIamPolicyAssignmentsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
ListIamPolicyAssignmentsRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains these IAM policy assignments.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account that contains these IAM policy assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assignmentStatus
ListIamPolicyAssignmentsRequest.Builder assignmentStatus(String assignmentStatus)
The status of the assignments.
- Parameters:
assignmentStatus
- The status of the assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssignmentStatus
,AssignmentStatus
-
assignmentStatus
ListIamPolicyAssignmentsRequest.Builder assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignments.
- Parameters:
assignmentStatus
- The status of the assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssignmentStatus
,AssignmentStatus
-
namespace
ListIamPolicyAssignmentsRequest.Builder namespace(String namespace)
The namespace for the assignments.
- Parameters:
namespace
- The namespace for the assignments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListIamPolicyAssignmentsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIamPolicyAssignmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
- Parameters:
maxResults
- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIamPolicyAssignmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListIamPolicyAssignmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-