| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.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 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.
|
Copyright © 2022. All rights reserved.