Uses of Interface
software.amazon.awssdk.services.s3.model.AccessControlTranslation.Builder
Packages that use AccessControlTranslation.Builder
-
Uses of AccessControlTranslation.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return AccessControlTranslation.BuilderModifier and TypeMethodDescriptionAccessControlTranslation.builder()Specifies the replica ownership.AccessControlTranslation.Builder.owner(OwnerOverride owner) Specifies the replica ownership.AccessControlTranslation.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type AccessControlTranslation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccessControlTranslation.Builder>AccessControlTranslation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type AccessControlTranslation.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.