Uses of Interface
software.amazon.awssdk.services.backup.model.CopyAction.Builder
-
Packages that use CopyAction.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of CopyAction.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return CopyAction.Builder Modifier and Type Method Description static CopyAction.BuilderCopyAction. builder()CopyAction.BuilderCopyAction.Builder. destinationBackupVaultArn(String destinationBackupVaultArn)An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.default CopyAction.BuilderCopyAction.Builder. lifecycle(Consumer<Lifecycle.Builder> lifecycle)Sets the value of the Lifecycle property for this object.CopyAction.BuilderCopyAction.Builder. lifecycle(Lifecycle lifecycle)Sets the value of the Lifecycle property for this object.CopyAction.BuilderCopyAction. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type CopyAction.Builder Modifier and Type Method Description static Class<? extends CopyAction.Builder>CopyAction. serializableBuilderClass()
-