public static interface CreateClusterParameterGroupRequest.Builder extends RedshiftRequest.Builder, CopyableBuilder<CreateClusterParameterGroupRequest.Builder,CreateClusterParameterGroupRequest>
Modifier and Type | Method and Description |
---|---|
CreateClusterParameterGroupRequest.Builder |
description(String description)
A description of the parameter group.
|
CreateClusterParameterGroupRequest.Builder |
parameterGroupFamily(String parameterGroupFamily)
The Amazon Redshift engine version to which the cluster parameter group applies.
|
CreateClusterParameterGroupRequest.Builder |
parameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
CreateClusterParameterGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateClusterParameterGroupRequest.Builder |
tags(Collection<Tag> tags)
A list of tag instances.
|
CreateClusterParameterGroupRequest.Builder |
tags(Tag... tags)
A list of tag instances.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
CreateClusterParameterGroupRequest.Builder parameterGroupName(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.
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.
CreateClusterParameterGroupRequest.Builder parameterGroupFamily(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".
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".
CreateClusterParameterGroupRequest.Builder description(String description)
A description of the parameter group.
description
- A description of the parameter group.CreateClusterParameterGroupRequest.Builder tags(Collection<Tag> tags)
A list of tag instances.
tags
- A list of tag instances.CreateClusterParameterGroupRequest.Builder tags(Tag... tags)
A list of tag instances.
tags
- A list of tag instances.CreateClusterParameterGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.