Interface ListTagsForResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsForResourcesRequest.Builder,,ListTagsForResourcesRequest> Route53Request.Builder,SdkBuilder<ListTagsForResourcesRequest.Builder,,ListTagsForResourcesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsForResourcesRequest
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) resourceIds(String... resourceIds) A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.resourceIds(Collection<String> resourceIds) A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.resourceType(String resourceType) The type of the resources.resourceType(TagResourceType resourceType) The type of the resources.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 resources.
-
The resource type for health checks is
healthcheck. -
The resource type for hosted zones is
hostedzone.
- Parameters:
resourceType- The type of the resources.-
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 resources.
-
The resource type for health checks is
healthcheck. -
The resource type for hosted zones is
hostedzone.
- Parameters:
resourceType- The type of the resources.-
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:
-
-
resourceIds
A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
- Parameters:
resourceIds- A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIds
A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.
- Parameters:
resourceIds- A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTagsForResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsForResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-