Interface S3Bucket.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<S3Bucket.Builder,,- S3Bucket> - SdkBuilder<S3Bucket.Builder,,- S3Bucket> - SdkPojo
- Enclosing class:
- S3Bucket
- 
Method SummaryModifier and TypeMethodDescriptionallowsUnencryptedObjectUploads(String allowsUnencryptedObjectUploads) Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket.allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads) Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket.The Amazon Resource Name (ARN) of the bucket.The date and time, in UTC and extended ISO 8601 format, when the bucket was created.default S3Bucket.BuilderdefaultServerSideEncryption(Consumer<ServerSideEncryption.Builder> defaultServerSideEncryption) The default server-side encryption settings for the bucket.defaultServerSideEncryption(ServerSideEncryption defaultServerSideEncryption) The default server-side encryption settings for the bucket.The name of the bucket.default S3Bucket.Builderowner(Consumer<S3BucketOwner.Builder> owner) The display name and canonical user ID for the Amazon Web Services account that owns the bucket.owner(S3BucketOwner owner) The display name and canonical user ID for the Amazon Web Services account that owns the bucket.default S3Bucket.BuilderpublicAccess(Consumer<BucketPublicAccess.Builder> publicAccess) The permissions settings that determine whether the bucket is publicly accessible.publicAccess(BucketPublicAccess publicAccess) The permissions settings that determine whether the bucket is publicly accessible.tags(Collection<KeyValuePair> tags) The tags that are associated with the bucket.tags(Consumer<KeyValuePair.Builder>... tags) The tags that are associated with the bucket.tags(KeyValuePair... tags) The tags that are associated with the bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
allowsUnencryptedObjectUploadsSpecifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket. Possible values are: - 
 FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include a valid server-side encryption header. 
- 
 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 a valid server-side encryption header. 
- 
 UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of new objects. 
 Valid server-side encryption headers are: x-amz-server-side-encryption with a value of AES256 or aws:kms, and x-amz-server-side-encryption-customer-algorithm with a value of AES256. - Parameters:
- allowsUnencryptedObjectUploads- Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket. Possible values are:- 
        FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include a valid server-side encryption header. 
- 
        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 a valid server-side encryption header. 
- 
        UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of new objects. 
 - Valid server-side encryption headers are: x-amz-server-side-encryption with a value of AES256 or aws:kms, and x-amz-server-side-encryption-customer-algorithm with a value of AES256. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
allowsUnencryptedObjectUploadsS3Bucket.Builder allowsUnencryptedObjectUploads(AllowsUnencryptedObjectUploads allowsUnencryptedObjectUploads) Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket. Possible values are: - 
 FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include a valid server-side encryption header. 
- 
 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 a valid server-side encryption header. 
- 
 UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of new objects. 
 Valid server-side encryption headers are: x-amz-server-side-encryption with a value of AES256 or aws:kms, and x-amz-server-side-encryption-customer-algorithm with a value of AES256. - Parameters:
- allowsUnencryptedObjectUploads- Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket. Possible values are:- 
        FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include a valid server-side encryption header. 
- 
        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 a valid server-side encryption header. 
- 
        UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of new objects. 
 - Valid server-side encryption headers are: x-amz-server-side-encryption with a value of AES256 or aws:kms, and x-amz-server-side-encryption-customer-algorithm with a value of AES256. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
arnThe Amazon Resource Name (ARN) of the bucket. - Parameters:
- arn- The Amazon Resource Name (ARN) of the bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe date and time, in UTC and extended ISO 8601 format, when the bucket was created. This value can also indicate when changes such as edits to the bucket's policy were most recently made to the bucket, relative to when the finding was created or last updated. - Parameters:
- createdAt- The date and time, in UTC and extended ISO 8601 format, when the bucket was created. This value can also indicate when changes such as edits to the bucket's policy were most recently made to the bucket, relative to when the finding was created or last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultServerSideEncryptionThe default server-side encryption settings for the bucket. - Parameters:
- defaultServerSideEncryption- The default server-side encryption settings for the bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultServerSideEncryptiondefault S3Bucket.Builder defaultServerSideEncryption(Consumer<ServerSideEncryption.Builder> defaultServerSideEncryption) The default server-side encryption settings for the bucket. This is a convenience method that creates an instance of theServerSideEncryption.Builderavoiding the need to create one manually viaServerSideEncryption.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultServerSideEncryption(ServerSideEncryption).- Parameters:
- defaultServerSideEncryption- a consumer that will call methods on- ServerSideEncryption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameThe name of the bucket. - Parameters:
- name- The name of the bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerThe display name and canonical user ID for the Amazon Web Services account that owns the bucket. - Parameters:
- owner- The display name and canonical user ID for the Amazon Web Services account that owns the bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerThe 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.Builderavoiding the need to create one manually viaS3BucketOwner.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toowner(S3BucketOwner).- Parameters:
- owner- a consumer that will call methods on- S3BucketOwner.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
publicAccessThe permissions settings that determine whether the bucket is publicly accessible. - Parameters:
- publicAccess- The permissions settings that determine whether the bucket is publicly accessible.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
publicAccessThe permissions settings that determine whether the bucket is publicly accessible. This is a convenience method that creates an instance of theBucketPublicAccess.Builderavoiding the need to create one manually viaBucketPublicAccess.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topublicAccess(BucketPublicAccess).- Parameters:
- publicAccess- a consumer that will call methods on- BucketPublicAccess.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsThe tags that are associated with the bucket. - Parameters:
- tags- The tags that are associated with the bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags that are associated with the bucket. - Parameters:
- tags- The tags that are associated with the bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags that are associated with the bucket. This is a convenience method that creates an instance of theKeyValuePair.Builderavoiding the need to create one manually viaKeyValuePair.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<KeyValuePair>).- Parameters:
- tags- a consumer that will call methods on- KeyValuePair.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-