public static interface ListAliasesResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAliasesResponse.Builder |
aliases(Alias... aliases)
The list of aliases.
|
ListAliasesResponse.Builder |
aliases(Collection<Alias> aliases)
The list of aliases.
|
ListAliasesResponse.Builder |
aliases(Consumer<Alias.Builder>... aliases)
The list of aliases.
|
ListAliasesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or an empty or null value if there are no more results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAliasesResponse.Builder aliases(Collection<Alias> aliases)
The list of aliases. Each alias describes the KeyArn contained within.
aliases - The list of aliases. Each alias describes the KeyArn contained within.ListAliasesResponse.Builder aliases(Alias... aliases)
The list of aliases. Each alias describes the KeyArn contained within.
aliases - The list of aliases. Each alias describes the KeyArn contained within.ListAliasesResponse.Builder aliases(Consumer<Alias.Builder>... aliases)
The list of aliases. Each alias describes the KeyArn contained within.
Alias.Builder avoiding the need to create
one manually via Alias.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #aliases(List.
aliases - a consumer that will call methods on
Alias.Builder#aliases(java.util.Collection) ListAliasesResponse.Builder nextToken(String nextToken)
The token for the next set of results, or an empty or null value if there are no more results.
nextToken - The token for the next set of results, or an empty or null value if there are no more results.Copyright © 2023. All rights reserved.