public static interface ListOrganizationAdminAccountsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListOrganizationAdminAccountsResponse.Builder,ListOrganizationAdminAccountsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationAdminAccountsResponse.Builder |
adminAccounts(AdminAccount... adminAccounts)
An array of objects, one for each delegated Amazon Macie administrator account for the organization.
|
ListOrganizationAdminAccountsResponse.Builder |
adminAccounts(Collection<AdminAccount> adminAccounts)
An array of objects, one for each delegated Amazon Macie administrator account for the organization.
|
ListOrganizationAdminAccountsResponse.Builder |
adminAccounts(Consumer<AdminAccount.Builder>... adminAccounts)
An array of objects, one for each delegated Amazon Macie administrator account for the organization.
|
ListOrganizationAdminAccountsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOrganizationAdminAccountsResponse.Builder adminAccounts(Collection<AdminAccount> adminAccounts)
An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.
adminAccounts - An array of objects, one for each delegated Amazon Macie administrator account for the organization.
Only one of these accounts can have a status of ENABLED.ListOrganizationAdminAccountsResponse.Builder adminAccounts(AdminAccount... adminAccounts)
An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.
adminAccounts - An array of objects, one for each delegated Amazon Macie administrator account for the organization.
Only one of these accounts can have a status of ENABLED.ListOrganizationAdminAccountsResponse.Builder adminAccounts(Consumer<AdminAccount.Builder>... adminAccounts)
An array of objects, one for each delegated Amazon Macie administrator account for the organization. Only one of these accounts can have a status of ENABLED.
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 #adminAccounts(List) .adminAccounts - a consumer that will call methods on List.Builder #adminAccounts(List) ListOrganizationAdminAccountsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2022. All rights reserved.