Interface S3BucketDefinitionForJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3BucketDefinitionForJob.Builder,S3BucketDefinitionForJob>,SdkBuilder<S3BucketDefinitionForJob.Builder,S3BucketDefinitionForJob>,SdkPojo
- Enclosing class:
- S3BucketDefinitionForJob
public static interface S3BucketDefinitionForJob.Builder extends SdkPojo, CopyableBuilder<S3BucketDefinitionForJob.Builder,S3BucketDefinitionForJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3BucketDefinitionForJob.BuilderaccountId(String accountId)The unique identifier for the Amazon Web Services account that owns the buckets.S3BucketDefinitionForJob.Builderbuckets(String... buckets)An array that lists the names of the buckets.S3BucketDefinitionForJob.Builderbuckets(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, sdkFields
-
-
-
-
Method Detail
-
accountId
S3BucketDefinitionForJob.Builder accountId(String 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
S3BucketDefinitionForJob.Builder buckets(Collection<String> 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
S3BucketDefinitionForJob.Builder buckets(String... 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.
-
-