Interface ListTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudHsmV2Request.Builder,CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>,SdkBuilder<ListTagsRequest.Builder,ListTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsRequest
public static interface ListTagsRequest.Builder extends CloudHsmV2Request.Builder, SdkPojo, CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsRequest.BuildermaxResults(Integer maxResults)The maximum number of tags to return in the response.ListTagsRequest.BuildernextToken(String nextToken)TheNextTokenvalue that you received in the previous response.ListTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsRequest.BuilderresourceId(String resourceId)The cluster identifier (ID) for the cluster whose tags you are getting.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudhsmv2.model.CloudHsmV2Request.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
-
resourceId
ListTagsRequest.Builder resourceId(String resourceId)
The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
- Parameters:
resourceId- The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsRequest.Builder nextToken(String nextToken)
The
NextTokenvalue that you received in the previous response. Use this value to get more tags.- Parameters:
nextToken- TheNextTokenvalue that you received in the previous response. Use this value to get more tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains a
NextTokenvalue.- Parameters:
maxResults- The maximum number of tags to return in the response. When there are more tags than the number you specify, the response contains aNextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-