Class CopyOptionGroupRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The identifier or ARN for the source option group.getTags()
The description for the copied option group.The identifier for the copied option group.int
hashCode()
void
setSourceOptionGroupIdentifier
(String sourceOptionGroupIdentifier) The identifier or ARN for the source option group.void
setTags
(Collection<Tag> tags) void
setTargetOptionGroupDescription
(String targetOptionGroupDescription) The description for the copied option group.void
setTargetOptionGroupIdentifier
(String targetOptionGroupIdentifier) The identifier for the copied option group.toString()
Returns a string representation of this object; useful for testing and debugging.withSourceOptionGroupIdentifier
(String sourceOptionGroupIdentifier) The identifier or ARN for the source option group.NOTE: This method appends the values to the existing list (if any).withTags
(Collection<Tag> tags) withTargetOptionGroupDescription
(String targetOptionGroupDescription) The description for the copied option group.withTargetOptionGroupIdentifier
(String targetOptionGroupIdentifier) The identifier for the copied option group.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CopyOptionGroupRequest
public CopyOptionGroupRequest()
-
-
Method Details
-
setSourceOptionGroupIdentifier
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
.
- Parameters:
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
.
-
getSourceOptionGroupIdentifier
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
.
- Returns:
- 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
.
-
withSourceOptionGroupIdentifier
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
.
- Parameters:
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
.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTargetOptionGroupIdentifier
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
- Parameters:
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
-
getTargetOptionGroupIdentifier
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
- Returns:
- 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
-
withTargetOptionGroupIdentifier
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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTargetOptionGroupDescription
The description for the copied option group.
- Parameters:
targetOptionGroupDescription
- The description for the copied option group.
-
getTargetOptionGroupDescription
The description for the copied option group.
- Returns:
- The description for the copied option group.
-
withTargetOptionGroupDescription
The description for the copied option group.
- Parameters:
targetOptionGroupDescription
- The description for the copied option group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
- Returns:
-
setTags
- Parameters:
tags
-
-
withTags
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
- Parameters:
tags
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-