public static interface TagResourceRequest.Builder extends QldbRequest.Builder, SdkPojo, CopyableBuilder<TagResourceRequest.Builder,TagResourceRequest>
Modifier and Type | Method and Description |
---|---|
TagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
TagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
TagResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) to which you want to add the tags.
|
TagResourceRequest.Builder |
tags(Map<String,String> tags)
The key-value pairs to add as tags to the specified QLDB resource.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
TagResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) to which you want to add the tags. For example:
arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger
resourceArn
- The Amazon Resource Name (ARN) to which you want to add the tags. For example:
arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger
TagResourceRequest.Builder tags(Map<String,String> tags)
The key-value pairs to add as tags to the specified QLDB resource. Tag keys are case sensitive. If you specify a key that already exists for the resource, your request fails and returns an error. Tag values are case sensitive and can be null.
tags
- The key-value pairs to add as tags to the specified QLDB resource. Tag keys are case sensitive. If you
specify a key that already exists for the resource, your request fails and returns an error. Tag
values are case sensitive and can be null.TagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.TagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.