public static interface CopyDbClusterParameterGroupRequest.Builder extends RdsRequest.Builder, CopyableBuilder<CopyDbClusterParameterGroupRequest.Builder,CopyDbClusterParameterGroupRequest>
Modifier and Type | Method and Description |
---|---|
CopyDbClusterParameterGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CopyDbClusterParameterGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CopyDbClusterParameterGroupRequest.Builder |
sourceDBClusterParameterGroupIdentifier(String sourceDBClusterParameterGroupIdentifier)
The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.
|
CopyDbClusterParameterGroupRequest.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CopyDbClusterParameterGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Sets the value of the Tags property for this object.
|
CopyDbClusterParameterGroupRequest.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
CopyDbClusterParameterGroupRequest.Builder |
targetDBClusterParameterGroupDescription(String targetDBClusterParameterGroupDescription)
A description for the copied DB cluster parameter group.
|
CopyDbClusterParameterGroupRequest.Builder |
targetDBClusterParameterGroupIdentifier(String targetDBClusterParameterGroupIdentifier)
The identifier for the copied DB cluster parameter group.
|
build
overrideConfiguration
copy
applyMutation, build
CopyDbClusterParameterGroupRequest.Builder sourceDBClusterParameterGroupIdentifier(String sourceDBClusterParameterGroupIdentifier)
The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
Constraints:
Must specify a valid DB cluster parameter group.
If the source DB cluster parameter group is in the same AWS Region as the copy, specify a valid DB parameter
group identifier, for example my-db-cluster-param-group
, or a valid ARN.
If the source DB parameter group is in a different AWS Region than the copy, specify a valid DB cluster
parameter group ARN, for example
arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1
.
sourceDBClusterParameterGroupIdentifier
- The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For
information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
Constraints:
Must specify a valid DB cluster parameter group.
If the source DB cluster parameter group is in the same AWS Region as the copy, specify a valid DB
parameter group identifier, for example my-db-cluster-param-group
, or a valid ARN.
If the source DB parameter group is in a different AWS Region than the copy, specify a valid DB
cluster parameter group ARN, for example
arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1
.
CopyDbClusterParameterGroupRequest.Builder targetDBClusterParameterGroupIdentifier(String targetDBClusterParameterGroupIdentifier)
The identifier for the copied DB cluster parameter group.
Constraints:
Cannot be null, empty, or blank
Must contain from 1 to 255 letters, numbers, or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: my-cluster-param-group1
targetDBClusterParameterGroupIdentifier
- The identifier for the copied DB cluster parameter group.
Constraints:
Cannot be null, empty, or blank
Must contain from 1 to 255 letters, numbers, or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: my-cluster-param-group1
CopyDbClusterParameterGroupRequest.Builder targetDBClusterParameterGroupDescription(String targetDBClusterParameterGroupDescription)
A description for the copied DB cluster parameter group.
targetDBClusterParameterGroupDescription
- A description for the copied DB cluster parameter group.CopyDbClusterParameterGroupRequest.Builder tags(Collection<Tag> tags)
tags
- The new value for the Tags property for this object.CopyDbClusterParameterGroupRequest.Builder tags(Tag... tags)
tags
- The new value for the Tags property for this object.CopyDbClusterParameterGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
List.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CopyDbClusterParameterGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CopyDbClusterParameterGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.