public static interface RemoveTagsRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsRequest.Builder |
resourceId(String resourceId)
Specifies the ARN of the trail, event data store, or channel from which tags should be removed.
|
RemoveTagsRequest.Builder |
tagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.
|
RemoveTagsRequest.Builder |
tagsList(Consumer<Tag.Builder>... tagsList)
Specifies a list of tags to be removed.
|
RemoveTagsRequest.Builder |
tagsList(Tag... tagsList)
Specifies a list of tags to be removed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsRequest.Builder resourceId(String resourceId)
Specifies the ARN of the trail, event data store, or channel from which tags should be removed.
Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
Example event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE
Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890
resourceId - Specifies the ARN of the trail, event data store, or channel from which tags should be removed.
Example trail ARN format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
Example event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE
Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890
RemoveTagsRequest.Builder tagsList(Collection<Tag> tagsList)
Specifies a list of tags to be removed.
tagsList - Specifies a list of tags to be removed.RemoveTagsRequest.Builder tagsList(Tag... tagsList)
Specifies a list of tags to be removed.
tagsList - Specifies a list of tags to be removed.RemoveTagsRequest.Builder tagsList(Consumer<Tag.Builder>... tagsList)
Specifies a list of tags to be removed.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tagsList(List.
tagsList - a consumer that will call methods on
Tag.Builder#tagsList(java.util.Collection) RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.