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 Amazon Web Services 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 method that creates an instance of theActiveIAMPolicyAssignment.Builder avoiding the need
to create one manually via
ActiveIAMPolicyAssignment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #activeAssignments(List.
activeAssignments - a consumer that will call methods on
ActiveIAMPolicyAssignment.Builder#activeAssignments(java.util.Collection) ListIamPolicyAssignmentsForUserResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services 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 © 2023. All rights reserved.