Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateDBClusterParameterGroupRequest.Builder,CreateDBClusterParameterGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateDBClusterParameterGroupRequest.Builder,CreateDBClusterParameterGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateDBClusterParameterGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateDBClusterParameterGroupRequest.Builder |
builder() |
|
String |
dbClusterParameterGroupName() |
The name of the DB cluster parameter group.
|
String |
dbParameterGroupFamily() |
The DB cluster parameter group family name.
|
String |
description() |
The description for the DB cluster parameter group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateDBClusterParameterGroupRequest.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
|
CreateDBClusterParameterGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String dbClusterParameterGroupName()
The name of the DB cluster parameter group.
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
public String dbParameterGroupFamily()
The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.
public String description()
The description for the DB cluster parameter group.
public CreateDBClusterParameterGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDBClusterParameterGroupRequest.Builder,CreateDBClusterParameterGroupRequest>
public static CreateDBClusterParameterGroupRequest.Builder builder()
public static Class<? extends CreateDBClusterParameterGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.