ToCopyableBuilder<ClusterParameterGroup.Builder,ClusterParameterGroup>
@Generated("software.amazon.awssdk:codegen") public class ClusterParameterGroup extends Object implements ToCopyableBuilder<ClusterParameterGroup.Builder,ClusterParameterGroup>
Describes a parameter group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ClusterParameterGroup.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ClusterParameterGroup.Builder |
builder() |
|
String |
description() |
The description of the parameter group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
parameterGroupFamily() |
The name of the cluster parameter group family that this cluster parameter group is compatible with.
|
String |
parameterGroupName() |
The name of the cluster parameter group.
|
static Class<? extends ClusterParameterGroup.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
The list of tags for the cluster parameter group.
|
ClusterParameterGroup.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String parameterGroupName()
The name of the cluster parameter group.
public String parameterGroupFamily()
The name of the cluster parameter group family that this cluster parameter group is compatible with.
public String description()
The description of the parameter group.
public List<Tag> tags()
The list of tags for the cluster parameter group.
public ClusterParameterGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ClusterParameterGroup.Builder,ClusterParameterGroup>
public static ClusterParameterGroup.Builder builder()
public static Class<? extends ClusterParameterGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.