CopyableBuilder<CreateClusterParameterGroupRequest.Builder,CreateClusterParameterGroupRequest>
, SdkBuilder<CreateClusterParameterGroupRequest.Builder,CreateClusterParameterGroupRequest>
public static interface CreateClusterParameterGroupRequest.Builder extends CopyableBuilder<CreateClusterParameterGroupRequest.Builder,CreateClusterParameterGroupRequest>
Modifier and Type | Method | 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 |
tags(Collection<Tag> tags) |
A list of tag instances.
|
CreateClusterParameterGroupRequest.Builder |
tags(Tag... tags) |
A list of tag instances.
|
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.
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
- A list of tag instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.