public static interface PutJobTaggingRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<PutJobTaggingRequest.Builder,PutJobTaggingRequest>
| Modifier and Type | Method and Description |
|---|---|
PutJobTaggingRequest.Builder |
accountId(String accountId)
The AWS account ID associated with the S3 Batch Operations job.
|
PutJobTaggingRequest.Builder |
jobId(String jobId)
The ID for the S3 Batch Operations job whose tags you want to replace.
|
PutJobTaggingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutJobTaggingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutJobTaggingRequest.Builder |
tags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
|
PutJobTaggingRequest.Builder |
tags(Consumer<S3Tag.Builder>... tags)
The set of tags to associate with the S3 Batch Operations job.
|
PutJobTaggingRequest.Builder |
tags(S3Tag... tags)
The set of tags to associate with the S3 Batch Operations job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutJobTaggingRequest.Builder accountId(String accountId)
The AWS account ID associated with the S3 Batch Operations job.
accountId - The AWS account ID associated with the S3 Batch Operations job.PutJobTaggingRequest.Builder jobId(String jobId)
The ID for the S3 Batch Operations job whose tags you want to replace.
jobId - The ID for the S3 Batch Operations job whose tags you want to replace.PutJobTaggingRequest.Builder tags(Collection<S3Tag> tags)
The set of tags to associate with the S3 Batch Operations job.
tags - The set of tags to associate with the S3 Batch Operations job.PutJobTaggingRequest.Builder tags(S3Tag... tags)
The set of tags to associate with the S3 Batch Operations job.
tags - The set of tags to associate with the S3 Batch Operations job.PutJobTaggingRequest.Builder tags(Consumer<S3Tag.Builder>... tags)
The set of tags to associate with the S3 Batch Operations job.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) PutJobTaggingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutJobTaggingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.