Uses of Interface
software.amazon.awssdk.services.s3control.model.AccessControlTranslation.Builder
-
Packages that use AccessControlTranslation.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of AccessControlTranslation.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.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.s3control.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.s3control.model with type arguments of type AccessControlTranslation.Builder Modifier and Type Method Description default Destination.BuilderDestination.Builder. accessControlTranslation(Consumer<AccessControlTranslation.Builder> accessControlTranslation)Specify this property only in a cross-account scenario (where the 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.
-