public static interface ListAliasesResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
Modifier and Type | Method and Description |
---|---|
ListAliasesResponse.Builder |
aliases(Alias... aliases)
Collection of alias records that match the list request.
|
ListAliasesResponse.Builder |
aliases(Collection<Alias> aliases)
Collection of alias records that match the list request.
|
ListAliasesResponse.Builder |
aliases(Consumer<Alias.Builder>... 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.
|
build
sdkHttpResponse, sdkHttpResponse
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.
aliases
- Collection of alias records that match the list request.ListAliasesResponse.Builder aliases(Consumer<Alias.Builder>... aliases)
Collection of alias records that match the list request.
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 #aliases(List)
.aliases
- a consumer that will call methods on List.Builder
#aliases(List)
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.