public static interface CopyOptionGroupRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<CopyOptionGroupRequest.Builder,CopyOptionGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCopyOptionGroupRequest.Builder sourceOptionGroupIdentifier(String sourceOptionGroupIdentifier)
The identifier for the source option group.
Constraints:
Must specify a valid option group.
sourceOptionGroupIdentifier - The identifier for the source option group.
Constraints:
Must specify a valid option group.
CopyOptionGroupRequest.Builder targetOptionGroupIdentifier(String targetOptionGroupIdentifier)
The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens
Example: my-option-group
targetOptionGroupIdentifier - The identifier for the copied option group.
Constraints:
Can't be null, empty, or blank
Must contain from 1 to 255 letters, numbers, or hyphens
First character must be a letter
Can't 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 - The new value for the Tags property for this object.CopyOptionGroupRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CopyOptionGroupRequest.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) CopyOptionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCopyOptionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.