Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.SnapshotCopyConfiguration.Builder
-
Packages that use SnapshotCopyConfiguration.Builder Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of SnapshotCopyConfiguration.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return SnapshotCopyConfiguration.Builder Modifier and Type Method Description static SnapshotCopyConfiguration.BuilderSnapshotCopyConfiguration. builder()SnapshotCopyConfiguration.BuilderSnapshotCopyConfiguration.Builder. destinationKmsKeyId(String destinationKmsKeyId)The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.SnapshotCopyConfiguration.BuilderSnapshotCopyConfiguration.Builder. destinationRegion(String destinationRegion)The destination Amazon Web Services Region to copy snapshots to.SnapshotCopyConfiguration.BuilderSnapshotCopyConfiguration.Builder. namespaceName(String namespaceName)The name of the namespace to copy snapshots from in the source Amazon Web Services Region.SnapshotCopyConfiguration.BuilderSnapshotCopyConfiguration.Builder. snapshotCopyConfigurationArn(String snapshotCopyConfigurationArn)The ARN of the snapshot copy configuration object.SnapshotCopyConfiguration.BuilderSnapshotCopyConfiguration.Builder. snapshotCopyConfigurationId(String snapshotCopyConfigurationId)The ID of the snapshot copy configuration object.SnapshotCopyConfiguration.BuilderSnapshotCopyConfiguration.Builder. snapshotRetentionPeriod(Integer snapshotRetentionPeriod)The retention period of snapshots that are copied to the destination Amazon Web Services Region.SnapshotCopyConfiguration.BuilderSnapshotCopyConfiguration. toBuilder()Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type SnapshotCopyConfiguration.Builder Modifier and Type Method Description static Class<? extends SnapshotCopyConfiguration.Builder>SnapshotCopyConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type SnapshotCopyConfiguration.Builder Modifier and Type Method Description default CreateSnapshotCopyConfigurationResponse.BuilderCreateSnapshotCopyConfigurationResponse.Builder. snapshotCopyConfiguration(Consumer<SnapshotCopyConfiguration.Builder> snapshotCopyConfiguration)The snapshot copy configuration object that is returned.default DeleteSnapshotCopyConfigurationResponse.BuilderDeleteSnapshotCopyConfigurationResponse.Builder. snapshotCopyConfiguration(Consumer<SnapshotCopyConfiguration.Builder> snapshotCopyConfiguration)The deleted snapshot copy configuration object.default UpdateSnapshotCopyConfigurationResponse.BuilderUpdateSnapshotCopyConfigurationResponse.Builder. snapshotCopyConfiguration(Consumer<SnapshotCopyConfiguration.Builder> snapshotCopyConfiguration)The updated snapshot copy configuration object.
-