Interface ListTagsForResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsForResourceRequest
public static interface ListTagsForResourceRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourceRequest.Builderlimit(Integer limit)The maximum number of tags returned on each page.ListTagsForResourceRequest.BuildernextToken(String nextToken)ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.ListTagsForResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
resourceArn
ListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are
ConfigRule,ConfigurationAggregatorandAggregatorAuthorization.- Parameters:
resourceArn- The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources areConfigRule,ConfigurationAggregatorandAggregatorAuthorization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
ListTagsForResourceRequest.Builder limit(Integer limit)
The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default.
- Parameters:
limit- The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsForResourceRequest.Builder nextToken(String nextToken)
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated 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
-
-