public static interface DescribeClusterResponse.Builder extends EMRResponse.Builder, CopyableBuilder<DescribeClusterResponse.Builder,DescribeClusterResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterResponse.Builder |
cluster(Cluster cluster)
This output contains the details for the requested cluster.
|
default DescribeClusterResponse.Builder |
cluster(Consumer<Cluster.Builder> cluster)
This output contains the details for the requested cluster.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeClusterResponse.Builder cluster(Cluster cluster)
This output contains the details for the requested cluster.
cluster - This output contains the details for the requested cluster.default DescribeClusterResponse.Builder cluster(Consumer<Cluster.Builder> cluster)
This output contains the details for the requested cluster.
This is a convenience that creates an instance of theCluster.Builder avoiding the need to create one
manually via Cluster.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to cluster(Cluster).cluster - a consumer that will call methods on Cluster.Buildercluster(Cluster)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.