Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CopyOptionGroupRequest.Builder,CopyOptionGroupRequest>
@Generated("software.amazon.awssdk:codegen") public class CopyOptionGroupRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CopyOptionGroupRequest.Builder,CopyOptionGroupRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CopyOptionGroupRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CopyOptionGroupRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CopyOptionGroupRequest.Builder> |
serializableBuilderClass() |
|
String |
sourceOptionGroupIdentifier() |
The identifier or ARN for the source option group.
|
List<Tag> |
tags() |
|
String |
targetOptionGroupDescription() |
The description for the copied option group.
|
String |
targetOptionGroupIdentifier() |
The identifier for the copied option group.
|
CopyOptionGroupRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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
.
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
.
public 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
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
public String targetOptionGroupDescription()
The description for the copied option group.
public CopyOptionGroupRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CopyOptionGroupRequest.Builder,CopyOptionGroupRequest>
public static CopyOptionGroupRequest.Builder builder()
public static Class<? extends CopyOptionGroupRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.