| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterParameterGroup.Builder |
ClusterParameterGroup.builder() |
ClusterParameterGroup.Builder |
ClusterParameterGroup.Builder.description(String description)
The description of the parameter group.
|
ClusterParameterGroup.Builder |
ClusterParameterGroup.Builder.parameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.
|
ClusterParameterGroup.Builder |
ClusterParameterGroup.Builder.parameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
ClusterParameterGroup.Builder |
ClusterParameterGroup.Builder.tags(Collection<Tag> tags)
The list of tags for the cluster parameter group.
|
ClusterParameterGroup.Builder |
ClusterParameterGroup.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags for the cluster parameter group.
|
ClusterParameterGroup.Builder |
ClusterParameterGroup.Builder.tags(Tag... tags)
The list of tags for the cluster parameter group.
|
ClusterParameterGroup.Builder |
ClusterParameterGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterParameterGroup.Builder> |
ClusterParameterGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateClusterParameterGroupResponse.Builder |
CreateClusterParameterGroupResponse.Builder.clusterParameterGroup(Consumer<ClusterParameterGroup.Builder> clusterParameterGroup)
Sets the value of the ClusterParameterGroup property for this object.
|
Copyright © 2020. All rights reserved.