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 account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you
want to replace tags on.
|
PutJobTaggingRequest.Builder |
jobId(String jobId)
The ID for the 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 job.
|
PutJobTaggingRequest.Builder |
tags(Consumer<S3Tag.Builder>... tags)
The set of tags to associate with the job.
|
PutJobTaggingRequest.Builder |
tags(S3Tag... tags)
The set of tags to associate with the job.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutJobTaggingRequest.Builder accountId(String accountId)
The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job you want to replace tags on.
accountId - The account ID for the Amazon Web Services account associated with the Amazon S3 batch operations job
you want to replace tags on.PutJobTaggingRequest.Builder jobId(String jobId)
The ID for the job whose tags you want to replace.
jobId - The ID for the job whose tags you want to replace.PutJobTaggingRequest.Builder tags(Collection<S3Tag> tags)
The set of tags to associate with the job.
tags - The set of tags to associate with the job.PutJobTaggingRequest.Builder tags(S3Tag... tags)
The set of tags to associate with the job.
tags - The set of tags to associate with the job.PutJobTaggingRequest.Builder tags(Consumer<S3Tag.Builder>... tags)
The set of tags to associate with the 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 © 2020. All rights reserved.