Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateClusterParameterGroupRequest.Builder,CreateClusterParameterGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateClusterParameterGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateClusterParameterGroupRequest.Builder,CreateClusterParameterGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateClusterParameterGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateClusterParameterGroupRequest.Builder |
builder() |
|
String |
description() |
A description of the parameter group.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
parameterGroupFamily() |
The Amazon Redshift engine version to which the cluster parameter group applies.
|
String |
parameterGroupName() |
The name of the cluster parameter group.
|
static Class<? extends CreateClusterParameterGroupRequest.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
A list of tag instances.
|
CreateClusterParameterGroupRequest.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 parameterGroupName()
The name of the cluster parameter group.
Constraints:
Must be 1 to 255 alphanumeric characters or hyphens
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique withing your AWS account.
This value is stored as a lower-case string.
Constraints:
Must be 1 to 255 alphanumeric characters or hyphens
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Must be unique withing your AWS account.
This value is stored as a lower-case string.
public String parameterGroupFamily()
The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.
To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".
To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".
public String description()
A description of the parameter group.
public CreateClusterParameterGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateClusterParameterGroupRequest.Builder,CreateClusterParameterGroupRequest>
public static CreateClusterParameterGroupRequest.Builder builder()
public static Class<? extends CreateClusterParameterGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.