public static interface ClusterParameterGroup.Builder extends SdkPojo, CopyableBuilder<ClusterParameterGroup.Builder,ClusterParameterGroup>
| Modifier and Type | Method and Description |
|---|---|
ClusterParameterGroup.Builder |
description(String description)
The description of the parameter group.
|
ClusterParameterGroup.Builder |
parameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.
|
ClusterParameterGroup.Builder |
parameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
ClusterParameterGroup.Builder |
tags(Collection<Tag> tags)
The list of tags for the cluster parameter group.
|
ClusterParameterGroup.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of tags for the cluster parameter group.
|
ClusterParameterGroup.Builder |
tags(Tag... tags)
The list of tags for the cluster parameter group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterParameterGroup.Builder parameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName - The name of the cluster parameter group.ClusterParameterGroup.Builder parameterGroupFamily(String parameterGroupFamily)
The name of the cluster parameter group family that this cluster parameter group is compatible with.
parameterGroupFamily - The name of the cluster parameter group family that this cluster parameter group is compatible with.ClusterParameterGroup.Builder description(String description)
The description of the parameter group.
description - The description of the parameter group.ClusterParameterGroup.Builder tags(Collection<Tag> tags)
The list of tags for the cluster parameter group.
tags - The list of tags for the cluster parameter group.ClusterParameterGroup.Builder tags(Tag... tags)
The list of tags for the cluster parameter group.
tags - The list of tags for the cluster parameter group.ClusterParameterGroup.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags for the cluster parameter group.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.