public static interface ListClustersResponse.Builder extends SnowballResponse.Builder, CopyableBuilder<ListClustersResponse.Builder,ListClustersResponse>
Modifier and Type | Method and Description |
---|---|
ListClustersResponse.Builder |
clusterListEntries(ClusterListEntry... clusterListEntries)
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information. |
ListClustersResponse.Builder |
clusterListEntries(Collection<ClusterListEntry> clusterListEntries)
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information. |
ListClustersResponse.Builder |
clusterListEntries(Consumer<ClusterListEntry.Builder>... clusterListEntries)
Each
ClusterListEntry object contains a cluster's state, a cluster's ID, and other important
status information. |
ListClustersResponse.Builder |
nextToken(String nextToken)
HTTP requests are stateless.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListClustersResponse.Builder clusterListEntries(Collection<ClusterListEntry> clusterListEntries)
Each ClusterListEntry
object contains a cluster's state, a cluster's ID, and other important
status information.
clusterListEntries
- Each ClusterListEntry
object contains a cluster's state, a cluster's ID, and other
important status information.ListClustersResponse.Builder clusterListEntries(ClusterListEntry... clusterListEntries)
Each ClusterListEntry
object contains a cluster's state, a cluster's ID, and other important
status information.
clusterListEntries
- Each ClusterListEntry
object contains a cluster's state, a cluster's ID, and other
important status information.ListClustersResponse.Builder clusterListEntries(Consumer<ClusterListEntry.Builder>... clusterListEntries)
Each ClusterListEntry
object contains a cluster's state, a cluster's ID, and other important
status information.
List.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 #clusterListEntries(List)
.clusterListEntries
- a consumer that will call methods on List.Builder
#clusterListEntries(List)
ListClustersResponse.Builder nextToken(String nextToken)
HTTP requests are stateless. If you use the automatically generated NextToken
value in your next
ClusterListEntry
call, your list of returned clusters will start from this point in the array.
nextToken
- HTTP requests are stateless. If you use the automatically generated NextToken
value in
your next ClusterListEntry
call, your list of returned clusters will start from this
point in the array.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.