public static interface ListIamPolicyAssignmentsForUserResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListIamPolicyAssignmentsForUserResponse.Builder,ListIamPolicyAssignmentsForUserResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIamPolicyAssignmentsForUserResponse.Builder |
activeAssignments(ActiveIAMPolicyAssignment... activeAssignments)
The active assignments for this user.
|
ListIamPolicyAssignmentsForUserResponse.Builder |
activeAssignments(Collection<ActiveIAMPolicyAssignment> activeAssignments)
The active assignments for this user.
|
ListIamPolicyAssignmentsForUserResponse.Builder |
activeAssignments(Consumer<ActiveIAMPolicyAssignment.Builder>... activeAssignments)
The active assignments for this user.
|
ListIamPolicyAssignmentsForUserResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIamPolicyAssignmentsForUserResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
ListIamPolicyAssignmentsForUserResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIamPolicyAssignmentsForUserResponse.Builder activeAssignments(Collection<ActiveIAMPolicyAssignment> activeAssignments)
The active assignments for this user.
activeAssignments - The active assignments for this user.ListIamPolicyAssignmentsForUserResponse.Builder activeAssignments(ActiveIAMPolicyAssignment... activeAssignments)
The active assignments for this user.
activeAssignments - The active assignments for this user.ListIamPolicyAssignmentsForUserResponse.Builder activeAssignments(Consumer<ActiveIAMPolicyAssignment.Builder>... activeAssignments)
The active assignments for this user.
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 #activeAssignments(List) .activeAssignments - a consumer that will call methods on List.Builder #activeAssignments(List) ListIamPolicyAssignmentsForUserResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.ListIamPolicyAssignmentsForUserResponse.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.ListIamPolicyAssignmentsForUserResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.