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