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 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 #accountAssignments(List) .accountAssignments - a consumer that will call methods on List.Builder #accountAssignments(List) 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 © 2022. All rights reserved.