public static interface RotateEncryptionKeyResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<RotateEncryptionKeyResponse.Builder,RotateEncryptionKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
RotateEncryptionKeyResponse.Builder |
cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
default RotateEncryptionKeyResponse.Builder |
cluster(Consumer<Cluster.Builder> cluster)
Sets the value of the Cluster property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildRotateEncryptionKeyResponse.Builder cluster(Cluster cluster)
cluster - The new value for the Cluster property for this object.default RotateEncryptionKeyResponse.Builder cluster(Consumer<Cluster.Builder> cluster)
Cluster.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.