Interface Bucket.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Bucket.Builder,,Bucket> SdkBuilder<Bucket.Builder,,Bucket> SdkPojo
- Enclosing class:
Bucket
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate(Instant creationDate) Date the bucket was created.The name of the bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The 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.
-
creationDate
Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.
- Parameters:
creationDate- Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-