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 Amazon Web Services 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 Amazon Web Services account ID associated with the S3 Batch Operations job.
accountId - The Amazon Web Services 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 method that creates an instance of theS3Tag.Builder avoiding the need to create one
manually via S3Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
S3Tag.Builder#tags(java.util.Collection) PutJobTaggingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutJobTaggingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.