Interface S3BucketDefinitionForJob.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3BucketDefinitionForJob.Builder,
,S3BucketDefinitionForJob> SdkBuilder<S3BucketDefinitionForJob.Builder,
,S3BucketDefinitionForJob> SdkPojo
- Enclosing class:
S3BucketDefinitionForJob
@Mutable
@NotThreadSafe
public static interface S3BucketDefinitionForJob.Builder
extends SdkPojo, CopyableBuilder<S3BucketDefinitionForJob.Builder,S3BucketDefinitionForJob>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the Amazon Web Services account that owns the buckets.An array that lists the names of the buckets.buckets
(Collection<String> buckets) An array that lists the names of the buckets.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
-
accountId
The unique identifier for the Amazon Web Services account that owns the buckets.
- Parameters:
accountId
- The unique identifier for the Amazon Web Services account that owns the buckets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
buckets
An array that lists the names of the buckets.
- Parameters:
buckets
- An array that lists the names of the buckets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
buckets
An array that lists the names of the buckets.
- Parameters:
buckets
- An array that lists the names of the buckets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-