CopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
, SdkBuilder<ListKeysResponse.Builder,ListKeysResponse>
public static interface ListKeysResponse.Builder extends CopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
Modifier and Type | Method | Description |
---|---|---|
ListKeysResponse.Builder |
keys(Collection<KeyListEntry> keys) |
A list of keys.
|
ListKeysResponse.Builder |
keys(KeyListEntry... keys) |
A list of keys.
|
ListKeysResponse.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. |
ListKeysResponse.Builder |
truncated(Boolean truncated) |
A flag that indicates whether there are more items in the list.
|
copy
apply, build
ListKeysResponse.Builder keys(Collection<KeyListEntry> keys)
A list of keys.
keys
- A list of keys.ListKeysResponse.Builder keys(KeyListEntry... keys)
A list of keys.
NOTE: This method appends the values to the existing list (if any). Use
#setKeys(java.util.Collection)
or #withKeys(java.util.Collection)
if you want to override the
existing values.
keys
- A list of keys.ListKeysResponse.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.ListKeysResponse.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 retrieve 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 retrieve 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.