public static interface ListAccountAssignmentsResponse.Builder extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<ListAccountAssignmentsResponse.Builder,ListAccountAssignmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssignmentsResponse.Builder |
accountAssignments(AccountAssignment... accountAssignments)
The list of assignments that match the input Amazon Web Services account and permission set.
|
ListAccountAssignmentsResponse.Builder |
accountAssignments(Collection<AccountAssignment> accountAssignments)
The list of assignments that match the input Amazon Web Services account and permission set.
|
ListAccountAssignmentsResponse.Builder |
accountAssignments(Consumer<AccountAssignment.Builder>... accountAssignments)
The list of assignments that match the input Amazon Web Services account and permission set.
|
ListAccountAssignmentsResponse.Builder |
nextToken(String nextToken)
The pagination token for the list API.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountAssignmentsResponse.Builder accountAssignments(Collection<AccountAssignment> accountAssignments)
The list of assignments that match the input Amazon Web Services account and permission set.
accountAssignments - The list of assignments that match the input Amazon Web Services account and permission set.ListAccountAssignmentsResponse.Builder accountAssignments(AccountAssignment... accountAssignments)
The list of assignments that match the input Amazon Web Services account and permission set.
accountAssignments - The list of assignments that match the input Amazon Web Services account and permission set.ListAccountAssignmentsResponse.Builder accountAssignments(Consumer<AccountAssignment.Builder>... accountAssignments)
The list of assignments that match the input Amazon Web Services account and permission set.
This is a convenience method that creates an instance of theAccountAssignment.Builder avoiding the need to create
one manually via AccountAssignment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #accountAssignments(List.
accountAssignments - a consumer that will call methods on
AccountAssignment.Builder#accountAssignments(java.util.Collection) ListAccountAssignmentsResponse.Builder nextToken(String nextToken)
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
nextToken - The pagination token for the list API. Initially the value is null. Use the output of previous API
calls to make subsequent calls.Copyright © 2023. All rights reserved.