CopyableBuilder<CopyOptionGroupRequest.Builder,CopyOptionGroupRequest>
, SdkBuilder<CopyOptionGroupRequest.Builder,CopyOptionGroupRequest>
public static interface CopyOptionGroupRequest.Builder extends CopyableBuilder<CopyOptionGroupRequest.Builder,CopyOptionGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
CopyOptionGroupRequest.Builder |
sourceOptionGroupIdentifier(String sourceOptionGroupIdentifier) |
The identifier or ARN for the source option group.
|
CopyOptionGroupRequest.Builder |
tags(Collection<Tag> tags) |
|
CopyOptionGroupRequest.Builder |
tags(Tag... tags) |
NOTE: This method appends the values to the existing list (if any).
|
CopyOptionGroupRequest.Builder |
targetOptionGroupDescription(String targetOptionGroupDescription) |
The description for the copied option group.
|
CopyOptionGroupRequest.Builder |
targetOptionGroupIdentifier(String targetOptionGroupIdentifier) |
The identifier for the copied option group.
|
copy
apply, build
CopyOptionGroupRequest.Builder sourceOptionGroupIdentifier(String sourceOptionGroupIdentifier)
The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
Constraints:
Must specify a valid option group.
If the source option group is in the same region as the copy, specify a valid option group identifier, for
example my-option-group
, or a valid ARN.
If the source option group is in a different region than the copy, specify a valid option group ARN, for
example arn:aws:rds:us-west-2:123456789012:og:special-options
.
sourceOptionGroupIdentifier
- The identifier or ARN for the source option group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
Constraints:
Must specify a valid option group.
If the source option group is in the same region as the copy, specify a valid option group identifier,
for example my-option-group
, or a valid ARN.
If the source option group is in a different region than the copy, specify a valid option group ARN,
for example arn:aws:rds:us-west-2:123456789012:og:special-options
.
CopyOptionGroupRequest.Builder targetOptionGroupIdentifier(String targetOptionGroupIdentifier)
The identifier for the copied option group.
Constraints:
Cannot be null, empty, or blank
Must contain from 1 to 255 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: my-option-group
targetOptionGroupIdentifier
- The identifier for the copied option group.
Constraints:
Cannot be null, empty, or blank
Must contain from 1 to 255 alphanumeric characters or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: my-option-group
CopyOptionGroupRequest.Builder targetOptionGroupDescription(String targetOptionGroupDescription)
The description for the copied option group.
targetOptionGroupDescription
- The description for the copied option group.CopyOptionGroupRequest.Builder tags(Collection<Tag> tags)
tags
- CopyOptionGroupRequest.Builder tags(Tag... tags)
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
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.