public static interface CreateClusterSubnetGroupResponse.Builder extends RedshiftResponse.Builder, CopyableBuilder<CreateClusterSubnetGroupResponse.Builder,CreateClusterSubnetGroupResponse>
Modifier and Type | Method and Description |
---|---|
CreateClusterSubnetGroupResponse.Builder |
clusterSubnetGroup(ClusterSubnetGroup clusterSubnetGroup)
Sets the value of the ClusterSubnetGroup property for this object.
|
default CreateClusterSubnetGroupResponse.Builder |
clusterSubnetGroup(Consumer<ClusterSubnetGroup.Builder> clusterSubnetGroup)
Sets the value of the ClusterSubnetGroup property for this object.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateClusterSubnetGroupResponse.Builder clusterSubnetGroup(ClusterSubnetGroup clusterSubnetGroup)
clusterSubnetGroup
- The new value for the ClusterSubnetGroup property for this object.default CreateClusterSubnetGroupResponse.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.Builder
clusterSubnetGroup(ClusterSubnetGroup)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.