| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static AccessControlTranslation.Builder |
AccessControlTranslation.builder() |
AccessControlTranslation.Builder |
AccessControlTranslation.Builder.owner(OwnerOverride owner)
Specifies the replica ownership.
|
AccessControlTranslation.Builder |
AccessControlTranslation.Builder.owner(String owner)
Specifies the replica ownership.
|
AccessControlTranslation.Builder |
AccessControlTranslation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccessControlTranslation.Builder> |
AccessControlTranslation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Destination.Builder |
Destination.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.
|
Copyright © 2023. All rights reserved.