Interface S3ExpressDirectoryBucketConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3ExpressDirectoryBucketConfiguration.Builder,
,S3ExpressDirectoryBucketConfiguration> SdkBuilder<S3ExpressDirectoryBucketConfiguration.Builder,
,S3ExpressDirectoryBucketConfiguration> SdkPojo
- Enclosing class:
S3ExpressDirectoryBucketConfiguration
@Mutable
@NotThreadSafe
public static interface S3ExpressDirectoryBucketConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3ExpressDirectoryBucketConfiguration.Builder,S3ExpressDirectoryBucketConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPoints
(Map<String, S3ExpressDirectoryAccessPointConfiguration> accessPoints) The proposed access points for the Amazon S3 directory bucket.bucketPolicy
(String bucketPolicy) The proposed bucket policy for the Amazon S3 directory bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucketPolicy
The proposed bucket policy for the Amazon S3 directory bucket.
- Parameters:
bucketPolicy
- The proposed bucket policy for the Amazon S3 directory bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessPoints
S3ExpressDirectoryBucketConfiguration.Builder accessPoints(Map<String, S3ExpressDirectoryAccessPointConfiguration> accessPoints) The proposed access points for the Amazon S3 directory bucket.
- Parameters:
accessPoints
- The proposed access points for the Amazon S3 directory bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-