Uses of Interface
software.amazon.awssdk.services.s3.model.Destination.Builder
Packages that use Destination.Builder
-
Uses of Destination.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Destination.BuilderModifier and TypeMethodDescriptiondefault Destination.BuilderDestination.Builder.accessControlTranslation(Consumer<AccessControlTranslation.Builder> accessControlTranslation) Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket.Destination.Builder.accessControlTranslation(AccessControlTranslation accessControlTranslation) Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket.Destination bucket owner account ID.The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.static Destination.BuilderDestination.builder()default Destination.BuilderDestination.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) A container that provides information about encryption.Destination.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) A container that provides information about encryption.default Destination.BuilderDestination.Builder.metrics(Consumer<Metrics.Builder> metrics) A container specifying replication metrics-related settings enabling replication metrics and events.A container specifying replication metrics-related settings enabling replication metrics and events.default Destination.BuilderDestination.Builder.replicationTime(Consumer<ReplicationTime.Builder> replicationTime) A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.Destination.Builder.replicationTime(ReplicationTime replicationTime) A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated.Destination.Builder.storageClass(String storageClass) The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.Destination.Builder.storageClass(StorageClass storageClass) The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.Destination.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Destination.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Destination.Builder>Destination.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Destination.BuilderModifier and TypeMethodDescriptiondefault ReplicationRule.BuilderReplicationRule.Builder.destination(Consumer<Destination.Builder> destination) A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).