public static interface ListAccountAssociationsResponse.Builder extends BillingconductorResponse.Builder, SdkPojo, CopyableBuilder<ListAccountAssociationsResponse.Builder,ListAccountAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccountAssociationsResponse.Builder |
linkedAccounts(AccountAssociationsListElement... linkedAccounts)
The list of linked accounts in the payer account.
|
ListAccountAssociationsResponse.Builder |
linkedAccounts(Collection<AccountAssociationsListElement> linkedAccounts)
The list of linked accounts in the payer account.
|
ListAccountAssociationsResponse.Builder |
linkedAccounts(Consumer<AccountAssociationsListElement.Builder>... linkedAccounts)
The list of linked accounts in the payer account.
|
ListAccountAssociationsResponse.Builder |
nextToken(String nextToken)
The pagination token that's used on subsequent calls to get accounts.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountAssociationsResponse.Builder linkedAccounts(Collection<AccountAssociationsListElement> linkedAccounts)
The list of linked accounts in the payer account.
linkedAccounts - The list of linked accounts in the payer account.ListAccountAssociationsResponse.Builder linkedAccounts(AccountAssociationsListElement... linkedAccounts)
The list of linked accounts in the payer account.
linkedAccounts - The list of linked accounts in the payer account.ListAccountAssociationsResponse.Builder linkedAccounts(Consumer<AccountAssociationsListElement.Builder>... linkedAccounts)
The list of linked accounts in the payer account.
This is a convenience method that creates an instance of theAccountAssociationsListElement.Builder
avoiding the need to create one manually via
AccountAssociationsListElement.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #linkedAccounts(List.
linkedAccounts - a consumer that will call methods on
AccountAssociationsListElement.Builder#linkedAccounts(java.util.Collection) ListAccountAssociationsResponse.Builder nextToken(String nextToken)
The pagination token that's used on subsequent calls to get accounts.
nextToken - The pagination token that's used on subsequent calls to get accounts.Copyright © 2023. All rights reserved.