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<Alias> aliases) |
Collection of alias records that match the list request.
|
ListAliasesResponse.Builder |
aliases(Alias... aliases) |
Collection of alias records that match the list request.
|
ListAliasesResponse.Builder |
nextToken(String nextToken) |
Token that indicates where to resume retrieving results on the next call to this action.
|
copy
apply, build
ListAliasesResponse.Builder aliases(Collection<Alias> aliases)
Collection of alias records that match the list request.
aliases
- Collection of alias records that match the list request.ListAliasesResponse.Builder aliases(Alias... aliases)
Collection of alias records that match the list request.
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
- Collection of alias records that match the list request.ListAliasesResponse.Builder nextToken(String nextToken)
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
nextToken
- Token that indicates where to resume retrieving results on the next call to this action. If no token
is returned, these results represent the end of the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.