public static interface CreateClusterResponse.Builder extends CloudHSMV2Response.Builder, CopyableBuilder<CreateClusterResponse.Builder,CreateClusterResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateClusterResponse.Builder |
cluster(Cluster cluster)
Information about the cluster that was created.
|
default CreateClusterResponse.Builder |
cluster(Consumer<Cluster.Builder> cluster)
Information about the cluster that was created.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateClusterResponse.Builder cluster(Cluster cluster)
Information about the cluster that was created.
cluster - Information about the cluster that was created.default CreateClusterResponse.Builder cluster(Consumer<Cluster.Builder> cluster)
Information about the cluster that was created.
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.