Interface ListTagsForResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,Route53ResolverRequest.Builder,SdkBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsForResourceRequest
public static interface ListTagsForResourceRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourceRequest.BuildermaxResults(Integer maxResults)The maximum number of tags that you want to return in the response to aListTagsForResourcerequest.ListTagsForResourceRequest.BuildernextToken(String nextToken)For the firstListTagsForResourcerequest, omit this value.ListTagsForResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) for the resource that you want to list tags for.-
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.route53resolver.model.Route53ResolverRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
resourceArn
ListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the resource that you want to list tags for.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) for the resource that you want to list tags for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The maximum number of tags that you want to return in the response to a
ListTagsForResourcerequest. If you don't specify a value forMaxResults, Resolver returns up to 100 tags.- Parameters:
maxResults- The maximum number of tags that you want to return in the response to aListTagsForResourcerequest. If you don't specify a value forMaxResults, Resolver returns up to 100 tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsForResourceRequest.Builder nextToken(String nextToken)
For the first
ListTagsForResourcerequest, omit this value.If you have more than
MaxResultstags, you can submit anotherListTagsForResourcerequest to get the next group of tags for the resource. In the next request, specify the value ofNextTokenfrom the previous response.- Parameters:
nextToken- For the firstListTagsForResourcerequest, omit this value.If you have more than
MaxResultstags, you can submit anotherListTagsForResourcerequest to get the next group of tags for the resource. In the next request, specify the value ofNextTokenfrom the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-