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 AWS 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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #iamPolicyAssignments(List) .iamPolicyAssignments - a consumer that will call methods on List.Builder #iamPolicyAssignments(List) 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 AWS request ID for this operation.
requestId - The AWS request ID for this operation.ListIamPolicyAssignmentsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.