public static interface DescribeClusterResponse.Builder extends SnowballResponse.Builder, CopyableBuilder<DescribeClusterResponse.Builder,DescribeClusterResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterResponse.Builder |
clusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
default DescribeClusterResponse.Builder |
clusterMetadata(Consumer<ClusterMetadata.Builder> clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeClusterResponse.Builder clusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
clusterMetadata - Information about a specific cluster, including shipping information, cluster status, and other
important metadata.default DescribeClusterResponse.Builder clusterMetadata(Consumer<ClusterMetadata.Builder> clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
This is a convenience that creates an instance of theClusterMetadata.Builder avoiding the need to
create one manually via ClusterMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to clusterMetadata(ClusterMetadata).clusterMetadata - a consumer that will call methods on ClusterMetadata.BuilderclusterMetadata(ClusterMetadata)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.