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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
accountIdThe 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.
 
- 
bucketsAn 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.
 
- 
bucketsAn 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.
 
 
-