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