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 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 from which tags should be removed. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
resourceId - Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
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 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 #tagsList(List) .tagsList - a consumer that will call methods on List.Builder #tagsList(List) RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.