| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ObjectOwnership |
BucketProps.getObjectOwnership()
The objectOwnership of the bucket.
|
ObjectOwnership |
BucketProps.Jsii$Proxy.getObjectOwnership() |
static ObjectOwnership |
ObjectOwnership.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectOwnership[] |
ObjectOwnership.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
Bucket.Builder.objectOwnership(ObjectOwnership objectOwnership)
The objectOwnership of the bucket.
|
BucketProps.Builder |
BucketProps.Builder.objectOwnership(ObjectOwnership objectOwnership)
Sets the value of
BucketProps.getObjectOwnership() |
Copyright © 2022. All rights reserved.