public static interface ModifyClusterSubnetGroupResponse.Builder extends RedshiftResponse.Builder, CopyableBuilder<ModifyClusterSubnetGroupResponse.Builder,ModifyClusterSubnetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ModifyClusterSubnetGroupResponse.Builder |
clusterSubnetGroup(ClusterSubnetGroup clusterSubnetGroup)
Sets the value of the ClusterSubnetGroup property for this object.
|
default ModifyClusterSubnetGroupResponse.Builder |
clusterSubnetGroup(Consumer<ClusterSubnetGroup.Builder> clusterSubnetGroup)
Sets the value of the ClusterSubnetGroup property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildModifyClusterSubnetGroupResponse.Builder clusterSubnetGroup(ClusterSubnetGroup clusterSubnetGroup)
clusterSubnetGroup - The new value for the ClusterSubnetGroup property for this object.default ModifyClusterSubnetGroupResponse.Builder clusterSubnetGroup(Consumer<ClusterSubnetGroup.Builder> clusterSubnetGroup)
ClusterSubnetGroup.Builder avoiding the need to
create one manually via ClusterSubnetGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to clusterSubnetGroup(ClusterSubnetGroup).clusterSubnetGroup - a consumer that will call methods on ClusterSubnetGroup.BuilderclusterSubnetGroup(ClusterSubnetGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.