Uses of Interface
software.amazon.awssdk.services.redshift.model.ClusterParameterGroup.Builder
-
Packages that use ClusterParameterGroup.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ClusterParameterGroup.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ClusterParameterGroup.Builder Modifier and Type Method Description static ClusterParameterGroup.BuilderClusterParameterGroup. builder()ClusterParameterGroup.BuilderClusterParameterGroup.Builder. description(String description)The description of the parameter group.ClusterParameterGroup.BuilderClusterParameterGroup.Builder. parameterGroupFamily(String parameterGroupFamily)The name of the cluster parameter group family that this cluster parameter group is compatible with.ClusterParameterGroup.BuilderClusterParameterGroup.Builder. parameterGroupName(String parameterGroupName)The name of the cluster parameter group.ClusterParameterGroup.BuilderClusterParameterGroup.Builder. tags(Collection<Tag> tags)The list of tags for the cluster parameter group.ClusterParameterGroup.BuilderClusterParameterGroup.Builder. tags(Consumer<Tag.Builder>... tags)The list of tags for the cluster parameter group.ClusterParameterGroup.BuilderClusterParameterGroup.Builder. tags(Tag... tags)The list of tags for the cluster parameter group.ClusterParameterGroup.BuilderClusterParameterGroup. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ClusterParameterGroup.Builder Modifier and Type Method Description static Class<? extends ClusterParameterGroup.Builder>ClusterParameterGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type ClusterParameterGroup.Builder Modifier and Type Method Description default CreateClusterParameterGroupResponse.BuilderCreateClusterParameterGroupResponse.Builder. clusterParameterGroup(Consumer<ClusterParameterGroup.Builder> clusterParameterGroup)Sets the value of the ClusterParameterGroup property for this object.
-