CopyableBuilder<ClusterParameterGroup.Builder,ClusterParameterGroup>
, SdkBuilder<ClusterParameterGroup.Builder,ClusterParameterGroup>
public static interface ClusterParameterGroup.Builder extends CopyableBuilder<ClusterParameterGroup.Builder,ClusterParameterGroup>
Modifier and Type | Method | 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(Tag... tags) |
The list of tags for the cluster parameter group.
|
copy
apply, build
ClusterParameterGroup.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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The list of tags for the cluster parameter group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.