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 AWS account that owns one or more of 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 AWS account that owns one or more of the buckets. If specified, the job analyzes objects in all the buckets that are owned by the account and meet other conditions specified for the job.
accountId - The unique identifier for the AWS account that owns one or more of the buckets. If specified, the job
analyzes objects in all the buckets that are owned by the account and meet other conditions specified
for the job.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 © 2020. All rights reserved.