CopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
, SdkBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
public static interface ListAliasesResponse.Builder extends CopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListAliasesResponse.Builder |
aliases(Collection<AliasListEntry> aliases) |
A list of key aliases in the user's account.
|
ListAliasesResponse.Builder |
aliases(AliasListEntry... aliases) |
A list of key aliases in the user's account.
|
ListAliasesResponse.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. |
ListAliasesResponse.Builder |
truncated(Boolean truncated) |
A flag that indicates whether there are more items in the list.
|
copy
apply, build
ListAliasesResponse.Builder aliases(Collection<AliasListEntry> aliases)
A list of key aliases in the user's account.
aliases
- A list of key aliases in the user's account.ListAliasesResponse.Builder aliases(AliasListEntry... aliases)
A list of key aliases in the user's account.
NOTE: This method appends the values to the existing list (if any). Use
#setAliases(java.util.Collection)
or #withAliases(java.util.Collection)
if you want to
override the existing values.
aliases
- A list of key aliases in the user's account.ListAliasesResponse.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.ListAliasesResponse.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.