public static interface ModifySnapshotCopyRetentionPeriodResponse.Builder extends RedshiftResponse.Builder, CopyableBuilder<ModifySnapshotCopyRetentionPeriodResponse.Builder,ModifySnapshotCopyRetentionPeriodResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifySnapshotCopyRetentionPeriodResponse.Builder |
cluster(Cluster cluster)
Sets the value of the Cluster property for this object.
|
default ModifySnapshotCopyRetentionPeriodResponse.Builder |
cluster(Consumer<Cluster.Builder> cluster)
Sets the value of the Cluster property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildModifySnapshotCopyRetentionPeriodResponse.Builder cluster(Cluster cluster)
cluster - The new value for the Cluster property for this object.default ModifySnapshotCopyRetentionPeriodResponse.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.