Interface ListTagsForResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- ListTagsForResourceRequest
public static interface ListTagsForResourceRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourceRequest.Builderarn(String arn)Requests the tags associated with a particular Amazon Resource Name (ARN).ListTagsForResourceRequest.BuildermaxResults(Integer maxResults)Specifies the number of tags to return as a response to theListTagsForResourcerequest.ListTagsForResourceRequest.BuildernextToken(String nextToken)When you request additional results from theListTagsForResourceoperation, aNextTokenparameter is returned in the input.ListTagsForResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
arn
ListTagsForResourceRequest.Builder arn(String arn)
Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.
- Parameters:
arn- Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific Amazon Web Services resource, such as a server, user, or role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
Specifies the number of tags to return as a response to the
ListTagsForResourcerequest.- Parameters:
maxResults- Specifies the number of tags to return as a response to theListTagsForResourcerequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsForResourceRequest.Builder nextToken(String nextToken)
When you request additional results from the
ListTagsForResourceoperation, aNextTokenparameter is returned in the input. You can then pass in a subsequent command to theNextTokenparameter to continue listing additional tags.- Parameters:
nextToken- When you request additional results from theListTagsForResourceoperation, aNextTokenparameter is returned in the input. You can then pass in a subsequent command to theNextTokenparameter to continue listing additional tags.- 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
-
-