public static interface SetTagsForResourceRequest.Builder extends InspectorRequest.Builder, SdkPojo, CopyableBuilder<SetTagsForResourceRequest.Builder,SetTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
SetTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of the assessment template that you want to set tags to.
|
SetTagsForResourceRequest.Builder |
tags(Collection<Tag> tags)
A collection of key and value pairs that you want to set to the assessment template.
|
SetTagsForResourceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs that you want to set to the assessment template.
|
SetTagsForResourceRequest.Builder |
tags(Tag... tags)
A collection of key and value pairs that you want to set to the assessment template.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetTagsForResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the assessment template that you want to set tags to.
resourceArn - The ARN of the assessment template that you want to set tags to.SetTagsForResourceRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs that you want to set to the assessment template.
tags - A collection of key and value pairs that you want to set to the assessment template.SetTagsForResourceRequest.Builder tags(Tag... tags)
A collection of key and value pairs that you want to set to the assessment template.
tags - A collection of key and value pairs that you want to set to the assessment template.SetTagsForResourceRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs that you want to set to the assessment template.
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 #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) SetTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.