public static interface S3BucketDefinitionForJob.Builder extends SdkPojo, CopyableBuilder<S3BucketDefinitionForJob.Builder,S3BucketDefinitionForJob>
| Modifier and Type | Method and Description |
|---|---|
S3BucketDefinitionForJob.Builder |
accountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the buckets.
|
S3BucketDefinitionForJob.Builder |
buckets(Collection<String> buckets)
An array that lists the names of the buckets.
|
S3BucketDefinitionForJob.Builder |
buckets(String... buckets)
An array that lists the names of the buckets.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3BucketDefinitionForJob.Builder accountId(String accountId)
The unique identifier for the Amazon Web Services account that owns the buckets.
accountId - The unique identifier for the Amazon Web Services account that owns the buckets.S3BucketDefinitionForJob.Builder buckets(Collection<String> buckets)
An array that lists the names of the buckets.
buckets - An array that lists the names of the buckets.S3BucketDefinitionForJob.Builder buckets(String... buckets)
An array that lists the names of the buckets.
buckets - An array that lists the names of the buckets.Copyright © 2021. All rights reserved.