Interface ChangeTagsForResourceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ChangeTagsForResourceRequest.Builder,,ChangeTagsForResourceRequest> Route53Request.Builder,SdkBuilder<ChangeTagsForResourceRequest.Builder,,ChangeTagsForResourceRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ChangeTagsForResourceRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddTags(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 editValuefor.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 editValuefor.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 editValuefor.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.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.resourceId(String resourceId) The ID of the resource for which you want to add, change, or delete tags.resourceType(String resourceType) The type of the resource.resourceType(TagResourceType resourceType) The type of the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceType
The type of the resource.
-
The resource type for health checks is
healthcheck. -
The resource type for hosted zones is
hostedzone.
- Parameters:
resourceType- The type of the resource.-
The resource type for health checks is
healthcheck. -
The resource type for hosted zones is
hostedzone.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
resourceType
The type of the resource.
-
The resource type for health checks is
healthcheck. -
The resource type for hosted zones is
hostedzone.
- Parameters:
resourceType- The type of the resource.-
The resource type for health checks is
healthcheck. -
The resource type for hosted zones is
hostedzone.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
resourceId
The ID of the resource for which you want to add, change, or delete tags.
- Parameters:
resourceId- The ID of the resource for which you want to add, change, or delete tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Valuefor.You can add a maximum of 10 tags to a health check or a hosted zone.
- Parameters:
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 editValuefor.You can add a maximum of 10 tags to a health check or a hosted zone.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Valuefor.You can add a maximum of 10 tags to a health check or a hosted zone.
- Parameters:
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 editValuefor.You can add a maximum of 10 tags to a health check or a hosted zone.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Valuefor.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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddTags(List<Tag>).- Parameters:
addTags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ChangeTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ChangeTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-