public static interface ListOrganizationAdminAccountsResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationAdminAccountsResponse.Builder,ListOrganizationAdminAccountsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListOrganizationAdminAccountsResponse.Builder |
adminAccounts(AdminAccount... adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
|
ListOrganizationAdminAccountsResponse.Builder |
adminAccounts(Collection<AdminAccount> adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
|
ListOrganizationAdminAccountsResponse.Builder |
adminAccounts(Consumer<AdminAccount.Builder>... adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
|
ListOrganizationAdminAccountsResponse.Builder |
nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListOrganizationAdminAccountsResponse.Builder adminAccounts(Collection<AdminAccount> adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
adminAccounts - A list of accounts configured as GuardDuty delegated administrators.ListOrganizationAdminAccountsResponse.Builder adminAccounts(AdminAccount... adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
adminAccounts - A list of accounts configured as GuardDuty delegated administrators.ListOrganizationAdminAccountsResponse.Builder adminAccounts(Consumer<AdminAccount.Builder>... adminAccounts)
A list of accounts configured as GuardDuty delegated administrators.
This is a convenience method that creates an instance of theAdminAccount.Builder avoiding the need to create one
manually via AdminAccount.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #adminAccounts(List.
adminAccounts - a consumer that will call methods on
AdminAccount.Builder#adminAccounts(java.util.Collection) ListOrganizationAdminAccountsResponse.Builder nextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken - The pagination parameter to be used on the next list operation to retrieve more items.Copyright © 2023. All rights reserved.