Interface ListTagsForResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsForResourcesRequest.Builder,ListTagsForResourcesRequest>,Route53Request.Builder,SdkBuilder<ListTagsForResourcesRequest.Builder,ListTagsForResourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsForResourcesRequest
public static interface ListTagsForResourcesRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListTagsForResourcesRequest.Builder,ListTagsForResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourcesRequest.BuilderresourceIds(String... resourceIds)A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.ListTagsForResourcesRequest.BuilderresourceIds(Collection<String> resourceIds)A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.ListTagsForResourcesRequest.BuilderresourceType(String resourceType)The type of the resources.ListTagsForResourcesRequest.BuilderresourceType(TagResourceType resourceType)The type of the resources.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceType
ListTagsForResourcesRequest.Builder resourceType(String 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:
TagResourceType,TagResourceType
-
-
resourceType
ListTagsForResourcesRequest.Builder resourceType(TagResourceType 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:
TagResourceType,TagResourceType
-
-
resourceIds
ListTagsForResourcesRequest.Builder 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.
- 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
ListTagsForResourcesRequest.Builder resourceIds(String... 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
-
-