Uses of Interface
software.amazon.awssdk.services.redshift.model.CreateClusterSubnetGroupResponse.Builder
-
Packages that use CreateClusterSubnetGroupResponse.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of CreateClusterSubnetGroupResponse.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return CreateClusterSubnetGroupResponse.Builder Modifier and Type Method Description static CreateClusterSubnetGroupResponse.BuilderCreateClusterSubnetGroupResponse. builder()default CreateClusterSubnetGroupResponse.BuilderCreateClusterSubnetGroupResponse.Builder. clusterSubnetGroup(Consumer<ClusterSubnetGroup.Builder> clusterSubnetGroup)Sets the value of the ClusterSubnetGroup property for this object.CreateClusterSubnetGroupResponse.BuilderCreateClusterSubnetGroupResponse.Builder. clusterSubnetGroup(ClusterSubnetGroup clusterSubnetGroup)Sets the value of the ClusterSubnetGroup property for this object.CreateClusterSubnetGroupResponse.BuilderCreateClusterSubnetGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type CreateClusterSubnetGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateClusterSubnetGroupResponse.Builder>CreateClusterSubnetGroupResponse. serializableBuilderClass()
-