public static interface ListVirtualClustersResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<ListVirtualClustersResponse.Builder,ListVirtualClustersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVirtualClustersResponse.Builder |
nextToken(String nextToken)
This output displays the token for the next set of virtual clusters.
|
ListVirtualClustersResponse.Builder |
virtualClusters(Collection<VirtualCluster> virtualClusters)
This output lists the specified virtual clusters.
|
ListVirtualClustersResponse.Builder |
virtualClusters(Consumer<VirtualCluster.Builder>... virtualClusters)
This output lists the specified virtual clusters.
|
ListVirtualClustersResponse.Builder |
virtualClusters(VirtualCluster... virtualClusters)
This output lists the specified virtual clusters.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVirtualClustersResponse.Builder virtualClusters(Collection<VirtualCluster> virtualClusters)
This output lists the specified virtual clusters.
virtualClusters - This output lists the specified virtual clusters.ListVirtualClustersResponse.Builder virtualClusters(VirtualCluster... virtualClusters)
This output lists the specified virtual clusters.
virtualClusters - This output lists the specified virtual clusters.ListVirtualClustersResponse.Builder virtualClusters(Consumer<VirtualCluster.Builder>... virtualClusters)
This output lists the specified virtual clusters.
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 #virtualClusters(List) .virtualClusters - a consumer that will call methods on List.Builder #virtualClusters(List) ListVirtualClustersResponse.Builder nextToken(String nextToken)
This output displays the token for the next set of virtual clusters.
nextToken - This output displays the token for the next set of virtual clusters.Copyright © 2021. All rights reserved.