public static interface ListIamPolicyAssignmentsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListIamPolicyAssignmentsResponse.Builder,ListIamPolicyAssignmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIamPolicyAssignmentsResponse.Builder |
iamPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iamPolicyAssignments)
Information describing the IAM policy assignments.
|
ListIamPolicyAssignmentsResponse.Builder |
iamPolicyAssignments(Consumer<IAMPolicyAssignmentSummary.Builder>... iamPolicyAssignments)
Information describing the IAM policy assignments.
|
ListIamPolicyAssignmentsResponse.Builder |
iamPolicyAssignments(IAMPolicyAssignmentSummary... iamPolicyAssignments)
Information describing the IAM policy assignments.
|
ListIamPolicyAssignmentsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIamPolicyAssignmentsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListIamPolicyAssignmentsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIamPolicyAssignmentsResponse.Builder iamPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iamPolicyAssignments)
Information describing the IAM policy assignments.
iamPolicyAssignments - Information describing the IAM policy assignments.ListIamPolicyAssignmentsResponse.Builder iamPolicyAssignments(IAMPolicyAssignmentSummary... iamPolicyAssignments)
Information describing the IAM policy assignments.
iamPolicyAssignments - Information describing the IAM policy assignments.ListIamPolicyAssignmentsResponse.Builder iamPolicyAssignments(Consumer<IAMPolicyAssignmentSummary.Builder>... iamPolicyAssignments)
Information describing the IAM policy assignments.
This is a convenience method that creates an instance of theIAMPolicyAssignmentSummary.Builder avoiding the need
to create one manually via
IAMPolicyAssignmentSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #iamPolicyAssignments(List.
iamPolicyAssignments - a consumer that will call methods on
IAMPolicyAssignmentSummary.Builder#iamPolicyAssignments(java.util.Collection) ListIamPolicyAssignmentsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListIamPolicyAssignmentsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListIamPolicyAssignmentsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.