public static interface S3Bucket.Builder extends SdkPojo, CopyableBuilder<S3Bucket.Builder,S3Bucket>
| Modifier and Type | Method and Description |
|---|---|
S3Bucket.Builder |
allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects
are uploaded to the bucket.
|
S3Bucket.Builder |
allowsUnencryptedObjectUploads(String allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects
are uploaded to the bucket.
|
S3Bucket.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the bucket.
|
S3Bucket.Builder |
createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the bucket was created.
|
default S3Bucket.Builder |
defaultServerSideEncryption(Consumer<ServerSideEncryption.Builder> defaultServerSideEncryption)
The type of server-side encryption that's used by default to encrypt objects in the bucket.
|
S3Bucket.Builder |
defaultServerSideEncryption(ServerSideEncryption defaultServerSideEncryption)
The type of server-side encryption that's used by default to encrypt objects in the bucket.
|
S3Bucket.Builder |
name(String name)
The name of the bucket.
|
default S3Bucket.Builder |
owner(Consumer<S3BucketOwner.Builder> owner)
The display name and canonical user ID for the Amazon Web Services account that owns the bucket.
|
S3Bucket.Builder |
owner(S3BucketOwner owner)
The display name and canonical user ID for the Amazon Web Services account that owns the bucket.
|
S3Bucket.Builder |
publicAccess(BucketPublicAccess publicAccess)
The permissions settings that determine whether the bucket is publicly accessible.
|
default S3Bucket.Builder |
publicAccess(Consumer<BucketPublicAccess.Builder> publicAccess)
The permissions settings that determine whether the bucket is publicly accessible.
|
S3Bucket.Builder |
tags(Collection<KeyValuePair> tags)
The tags that are associated with the bucket.
|
S3Bucket.Builder |
tags(Consumer<KeyValuePair.Builder>... tags)
The tags that are associated with the bucket.
|
S3Bucket.Builder |
tags(KeyValuePair... tags)
The tags that are associated with the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Bucket.Builder allowsUnencryptedObjectUploads(String allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are uploaded to the bucket. Possible values are:
FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include the x-amz-server-side-encryption header and the value for that header must be AES256 or aws:kms.
TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include the x-amz-server-side-encryption header and it doesn't require the value for that header to be AES256 or aws:kms.
UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of objects.
allowsUnencryptedObjectUploads - Specifies whether the bucket policy for the bucket requires server-side encryption of objects when
objects are uploaded to the bucket. Possible values are:
FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include the x-amz-server-side-encryption header and the value for that header must be AES256 or aws:kms.
TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include the x-amz-server-side-encryption header and it doesn't require the value for that header to be AES256 or aws:kms.
UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of objects.
AllowsUnencryptedObjectUploads,
AllowsUnencryptedObjectUploadsS3Bucket.Builder allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads)
Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are uploaded to the bucket. Possible values are:
FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include the x-amz-server-side-encryption header and the value for that header must be AES256 or aws:kms.
TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include the x-amz-server-side-encryption header and it doesn't require the value for that header to be AES256 or aws:kms.
UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of objects.
allowsUnencryptedObjectUploads - Specifies whether the bucket policy for the bucket requires server-side encryption of objects when
objects are uploaded to the bucket. Possible values are:
FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include the x-amz-server-side-encryption header and the value for that header must be AES256 or aws:kms.
TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include the x-amz-server-side-encryption header and it doesn't require the value for that header to be AES256 or aws:kms.
UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of objects.
AllowsUnencryptedObjectUploads,
AllowsUnencryptedObjectUploadsS3Bucket.Builder arn(String arn)
The Amazon Resource Name (ARN) of the bucket.
arn - The Amazon Resource Name (ARN) of the bucket.S3Bucket.Builder createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the bucket was created.
createdAt - The date and time, in UTC and extended ISO 8601 format, when the bucket was created.S3Bucket.Builder defaultServerSideEncryption(ServerSideEncryption defaultServerSideEncryption)
The type of server-side encryption that's used by default to encrypt objects in the bucket.
defaultServerSideEncryption - The type of server-side encryption that's used by default to encrypt objects in the bucket.default S3Bucket.Builder defaultServerSideEncryption(Consumer<ServerSideEncryption.Builder> defaultServerSideEncryption)
The type of server-side encryption that's used by default to encrypt objects in the bucket.
This is a convenience method that creates an instance of theServerSideEncryption.Builder avoiding
the need to create one manually via ServerSideEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to defaultServerSideEncryption(ServerSideEncryption).defaultServerSideEncryption - a consumer that will call methods on ServerSideEncryption.BuilderdefaultServerSideEncryption(ServerSideEncryption)S3Bucket.Builder name(String name)
The name of the bucket.
name - The name of the bucket.S3Bucket.Builder owner(S3BucketOwner owner)
The display name and canonical user ID for the Amazon Web Services account that owns the bucket.
owner - The display name and canonical user ID for the Amazon Web Services account that owns the bucket.default S3Bucket.Builder owner(Consumer<S3BucketOwner.Builder> owner)
The display name and canonical user ID for the Amazon Web Services account that owns the bucket.
This is a convenience method that creates an instance of theS3BucketOwner.Builder avoiding the need
to create one manually via S3BucketOwner.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to owner(S3BucketOwner).owner - a consumer that will call methods on S3BucketOwner.Builderowner(S3BucketOwner)S3Bucket.Builder publicAccess(BucketPublicAccess publicAccess)
The permissions settings that determine whether the bucket is publicly accessible.
publicAccess - The permissions settings that determine whether the bucket is publicly accessible.default S3Bucket.Builder publicAccess(Consumer<BucketPublicAccess.Builder> publicAccess)
The permissions settings that determine whether the bucket is publicly accessible.
This is a convenience method that creates an instance of theBucketPublicAccess.Builder avoiding the
need to create one manually via BucketPublicAccess.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to publicAccess(BucketPublicAccess).publicAccess - a consumer that will call methods on BucketPublicAccess.BuilderpublicAccess(BucketPublicAccess)S3Bucket.Builder tags(Collection<KeyValuePair> tags)
The tags that are associated with the bucket.
tags - The tags that are associated with the bucket.S3Bucket.Builder tags(KeyValuePair... tags)
The tags that are associated with the bucket.
tags - The tags that are associated with the bucket.S3Bucket.Builder tags(Consumer<KeyValuePair.Builder>... tags)
The tags that are associated with the bucket.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2022. All rights reserved.