| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
static CrossRegionCopyRule.Builder |
CrossRegionCopyRule.builder() |
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.cmkArn(String cmkArn)
The Amazon Resource Name (ARN) of the AWS KMS customer master key (CMK) to use for EBS encryption.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.copyTags(Boolean copyTags)
Copy all user-defined tags from the source snapshot to the copied snapshot.
|
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.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.retainRule(CrossRegionCopyRetainRule retainRule)
The retention rule.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.Builder.targetRegion(String targetRegion)
The target Region.
|
CrossRegionCopyRule.Builder |
CrossRegionCopyRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CrossRegionCopyRule.Builder> |
CrossRegionCopyRule.serializableBuilderClass() |
Copyright © 2020. All rights reserved.