static CrossRegionCopyRule.Builder |
CrossRegionCopyRule.builder() |
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.cmkArn(String cmkArn) |
The Amazon Resource Name (ARN) of the KMS key to use for EBS encryption.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.copyTags(Boolean copyTags) |
Indicates whether to copy all user-defined tags from the source snapshot or AMI to the cross-Region copy.
|
default CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.deprecateRule(Consumer<CrossRegionCopyDeprecateRule.Builder> deprecateRule) |
[AMI policies only] The AMI deprecation rule for cross-Region AMI copies created by the rule.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.deprecateRule(CrossRegionCopyDeprecateRule deprecateRule) |
[AMI policies only] The AMI deprecation rule for cross-Region AMI copies created by the rule.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.encrypted(Boolean encrypted) |
To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using
this parameter.
|
default CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.retainRule(Consumer<CrossRegionCopyRetainRule.Builder> retainRule) |
The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the
destination Region.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.retainRule(CrossRegionCopyRetainRule retainRule) |
The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the
destination Region.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.target(String target) |
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.targetRegion(String targetRegion) |
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.toBuilder() |
|