public static interface ChangeTagsForResourceRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ChangeTagsForResourceRequest.Builder,ChangeTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ChangeTagsForResourceRequest.Builder |
addTags(Collection<Tag> addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted
zone and/or the tags that you want to edit
Value for. |
ChangeTagsForResourceRequest.Builder |
addTags(Consumer<Tag.Builder>... addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted
zone and/or the tags that you want to edit
Value for. |
ChangeTagsForResourceRequest.Builder |
addTags(Tag... addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted
zone and/or the tags that you want to edit
Value for. |
ChangeTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ChangeTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ChangeTagsForResourceRequest.Builder |
removeTagKeys(Collection<String> removeTagKeys)
A complex type that contains a list of the tags that you want to delete from the specified health check or
hosted zone.
|
ChangeTagsForResourceRequest.Builder |
removeTagKeys(String... removeTagKeys)
A complex type that contains a list of the tags that you want to delete from the specified health check or
hosted zone.
|
ChangeTagsForResourceRequest.Builder |
resourceId(String resourceId)
The ID of the resource for which you want to add, change, or delete tags.
|
ChangeTagsForResourceRequest.Builder |
resourceType(String resourceType)
The type of the resource.
|
ChangeTagsForResourceRequest.Builder |
resourceType(TagResourceType resourceType)
The type of the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeTagsForResourceRequest.Builder resourceType(String resourceType)
The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
resourceType - The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
TagResourceType,
TagResourceTypeChangeTagsForResourceRequest.Builder resourceType(TagResourceType resourceType)
The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
resourceType - The type of the resource.
The resource type for health checks is healthcheck.
The resource type for hosted zones is hostedzone.
TagResourceType,
TagResourceTypeChangeTagsForResourceRequest.Builder resourceId(String resourceId)
The ID of the resource for which you want to add, change, or delete tags.
resourceId - The ID of the resource for which you want to add, change, or delete tags.ChangeTagsForResourceRequest.Builder addTags(Collection<Tag> addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted
zone and/or the tags that you want to edit Value for.
You can add a maximum of 10 tags to a health check or a hosted zone.
addTags - A complex type that contains a list of the tags that you want to add to the specified health check or
hosted zone and/or the tags that you want to edit Value for.
You can add a maximum of 10 tags to a health check or a hosted zone.
ChangeTagsForResourceRequest.Builder addTags(Tag... addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted
zone and/or the tags that you want to edit Value for.
You can add a maximum of 10 tags to a health check or a hosted zone.
addTags - A complex type that contains a list of the tags that you want to add to the specified health check or
hosted zone and/or the tags that you want to edit Value for.
You can add a maximum of 10 tags to a health check or a hosted zone.
ChangeTagsForResourceRequest.Builder addTags(Consumer<Tag.Builder>... addTags)
A complex type that contains a list of the tags that you want to add to the specified health check or hosted
zone and/or the tags that you want to edit Value for.
You can add a maximum of 10 tags to a health check or a hosted zone.
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 #addTags(List.
addTags - a consumer that will call methods on Tag.Builder#addTags(java.util.Collection) ChangeTagsForResourceRequest.Builder removeTagKeys(Collection<String> removeTagKeys)
A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
removeTagKeys - A complex type that contains a list of the tags that you want to delete from the specified health
check or hosted zone. You can specify up to 10 keys.ChangeTagsForResourceRequest.Builder removeTagKeys(String... removeTagKeys)
A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.
removeTagKeys - A complex type that contains a list of the tags that you want to delete from the specified health
check or hosted zone. You can specify up to 10 keys.ChangeTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderChangeTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.