Interface CreateS3BucketResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateS3BucketResource.Builder,
,CreateS3BucketResource> SdkBuilder<CreateS3BucketResource.Builder,
,CreateS3BucketResource> SdkPojo
- Enclosing class:
CreateS3BucketResource
public static interface CreateS3BucketResource.Builder
extends SdkPojo, CopyableBuilder<CreateS3BucketResource.Builder,CreateS3BucketResource>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) Name of the S3 bucket.objectPrefixes
(String... objectPrefixes) Information about the specified object prefixes.objectPrefixes
(Collection<String> objectPrefixes) Information about the specified object prefixes.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, sdkFields
-
Method Details
-
bucketName
Name of the S3 bucket.
- Parameters:
bucketName
- Name of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectPrefixes
Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
- Parameters:
objectPrefixes
- Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectPrefixes
Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.
- Parameters:
objectPrefixes
- Information about the specified object prefixes. The S3 object will be scanned only if it belongs to any of the specified object prefixes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-