default S3Bucket.Builder |
S3Bucket.Builder.accountPublicAccess(Consumer<PublicAccessConfiguration.Builder> accountPublicAccess) |
Contains information about the public access policies that apply to the Amazon S3 bucket at the account
level.
|
S3Bucket.Builder |
S3Bucket.Builder.accountPublicAccess(PublicAccessConfiguration accountPublicAccess) |
Contains information about the public access policies that apply to the Amazon S3 bucket at the account
level.
|
default S3Bucket.Builder |
S3Bucket.Builder.bucketPublicAccess(Consumer<PublicAccessConfiguration.Builder> bucketPublicAccess) |
Contains information about public access policies that apply to the Amazon S3 bucket.
|
S3Bucket.Builder |
S3Bucket.Builder.bucketPublicAccess(PublicAccessConfiguration bucketPublicAccess) |
Contains information about public access policies that apply to the Amazon S3 bucket.
|
static S3Bucket.Builder |
S3Bucket.builder() |
|
S3Bucket.Builder |
S3Bucket.Builder.createdAt(Instant createdAt) |
The timestamp at which the Amazon S3 bucket was created.
|
S3Bucket.Builder |
S3Bucket.Builder.effectivePermission(String effectivePermission) |
Describes the effective permissions on this S3 bucket, after factoring all the attached policies.
|
S3Bucket.Builder |
S3Bucket.Builder.encryptionKeyArn(String encryptionKeyArn) |
The Amazon Resource Name (ARN) of the encryption key that is used to encrypt the Amazon S3 bucket and its
objects.
|
S3Bucket.Builder |
S3Bucket.Builder.encryptionType(String encryptionType) |
The type of encryption used for the Amazon S3 buckets and its objects.
|
S3Bucket.Builder |
S3Bucket.Builder.ownerId(String ownerId) |
The owner ID of the associated S3Amazon S3bucket.
|
S3Bucket.Builder |
S3Bucket.Builder.publicReadAccess(String publicReadAccess) |
Indicates whether or not the public read access is allowed for an Amazon S3 bucket.
|
S3Bucket.Builder |
S3Bucket.Builder.publicReadAccess(PublicAccessStatus publicReadAccess) |
Indicates whether or not the public read access is allowed for an Amazon S3 bucket.
|
S3Bucket.Builder |
S3Bucket.Builder.publicWriteAccess(String publicWriteAccess) |
Indicates whether or not the public write access is allowed for an Amazon S3 bucket.
|
S3Bucket.Builder |
S3Bucket.Builder.publicWriteAccess(PublicAccessStatus publicWriteAccess) |
Indicates whether or not the public write access is allowed for an Amazon S3 bucket.
|
S3Bucket.Builder |
S3Bucket.Builder.s3ObjectUids(String... s3ObjectUids) |
Represents a list of Amazon S3 object identifiers.
|
S3Bucket.Builder |
S3Bucket.Builder.s3ObjectUids(Collection<String> s3ObjectUids) |
Represents a list of Amazon S3 object identifiers.
|
S3Bucket.Builder |
S3Bucket.toBuilder() |
|