Interface ListTagsForResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsForResourceRequest
public static interface ListTagsForResourceRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourceRequest.BuildermaxResults(Integer maxResults)TheMaxResultsparameter sets the maximum number of results returned in a single page.ListTagsForResourceRequest.BuildernextToken(String nextToken)The pagination token.ListTagsForResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.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) of the resource. Tagging is only supported for directories.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsForResourceRequest.Builder nextToken(String nextToken)
The pagination token. This is for future use. Currently pagination is not supported for tagging.
- Parameters:
nextToken- The pagination token. This is for future use. Currently pagination is not supported for tagging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
The
MaxResultsparameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.- Parameters:
maxResults- TheMaxResultsparameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.- 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
-
-