public static interface ListKeysResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
ListKeysResponse.Builder |
keys(Collection<KeySummary> keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
ListKeysResponse.Builder |
keys(Consumer<KeySummary.Builder>... keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
ListKeysResponse.Builder |
keys(KeySummary... keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
|
ListKeysResponse.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, buildListKeysResponse.Builder keys(Collection<KeySummary> keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
keys - The list of keys created within the caller's Amazon Web Services account and Amazon Web Services
Region.ListKeysResponse.Builder keys(KeySummary... keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
keys - The list of keys created within the caller's Amazon Web Services account and Amazon Web Services
Region.ListKeysResponse.Builder keys(Consumer<KeySummary.Builder>... keys)
The list of keys created within the caller's Amazon Web Services account and Amazon Web Services Region.
This is a convenience method that creates an instance of theKeySummary.Builder avoiding the need to
create one manually via
KeySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #keys(List.
keys - a consumer that will call methods on
KeySummary.Builder#keys(java.util.Collection) ListKeysResponse.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.