public static interface ListStagingAccountsResponse.Builder extends DrsResponse.Builder, SdkPojo, CopyableBuilder<ListStagingAccountsResponse.Builder,ListStagingAccountsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStagingAccountsResponse.Builder |
accounts(Account... accounts)
An array of staging AWS Accounts.
|
ListStagingAccountsResponse.Builder |
accounts(Collection<Account> accounts)
An array of staging AWS Accounts.
|
ListStagingAccountsResponse.Builder |
accounts(Consumer<Account.Builder>... accounts)
An array of staging AWS Accounts.
|
ListStagingAccountsResponse.Builder |
nextToken(String nextToken)
The token of the next staging Account to retrieve.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStagingAccountsResponse.Builder accounts(Collection<Account> accounts)
An array of staging AWS Accounts.
accounts - An array of staging AWS Accounts.ListStagingAccountsResponse.Builder accounts(Account... accounts)
An array of staging AWS Accounts.
accounts - An array of staging AWS Accounts.ListStagingAccountsResponse.Builder accounts(Consumer<Account.Builder>... accounts)
An array of staging AWS Accounts.
This is a convenience method that creates an instance of theAccount.Builder avoiding the need to create one manually
via Account.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #accounts(List.
accounts - a consumer that will call methods on Account.Builder#accounts(java.util.Collection) ListStagingAccountsResponse.Builder nextToken(String nextToken)
The token of the next staging Account to retrieve.
nextToken - The token of the next staging Account to retrieve.Copyright © 2023. All rights reserved.