public static interface DescribeCustomKeyStoresResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<DescribeCustomKeyStoresResponse.Builder,DescribeCustomKeyStoresResponse>
Modifier and Type | Method and Description |
---|---|
DescribeCustomKeyStoresResponse.Builder |
customKeyStores(Collection<CustomKeyStoresListEntry> customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResponse.Builder |
customKeyStores(Consumer<CustomKeyStoresListEntry.Builder>... customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResponse.Builder |
customKeyStores(CustomKeyStoresListEntry... customKeyStores)
Contains metadata about each custom key store.
|
DescribeCustomKeyStoresResponse.Builder |
nextMarker(String nextMarker)
When
Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request. |
DescribeCustomKeyStoresResponse.Builder |
truncated(Boolean truncated)
A flag that indicates whether there are more items in the list.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeCustomKeyStoresResponse.Builder customKeyStores(Collection<CustomKeyStoresListEntry> customKeyStores)
Contains metadata about each custom key store.
customKeyStores
- Contains metadata about each custom key store.DescribeCustomKeyStoresResponse.Builder customKeyStores(CustomKeyStoresListEntry... customKeyStores)
Contains metadata about each custom key store.
customKeyStores
- Contains metadata about each custom key store.DescribeCustomKeyStoresResponse.Builder customKeyStores(Consumer<CustomKeyStoresListEntry.Builder>... customKeyStores)
Contains metadata about each custom key store.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #customKeyStores(List)
.customKeyStores
- a consumer that will call methods on List.Builder
#customKeyStores(List)
DescribeCustomKeyStoresResponse.Builder nextMarker(String nextMarker)
When Truncated
is true, this element is present and contains the value to use for the
Marker
parameter in a subsequent request.
nextMarker
- When Truncated
is true, this element is present and contains the value to use for the
Marker
parameter in a subsequent request.DescribeCustomKeyStoresResponse.Builder truncated(Boolean truncated)
A flag that indicates whether there are more items in the list. When this value is true, the list in this
response is truncated. To get more items, pass the value of the NextMarker
element in this
response to the Marker
parameter in a subsequent request.
truncated
- A flag that indicates whether there are more items in the list. When this value is true, the list in
this response is truncated. To get more items, pass the value of the NextMarker
element
in this response to the Marker
parameter in a subsequent request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.