Interface ListTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>,SageMakerRequest.Builder,SdkBuilder<ListTagsRequest.Builder,ListTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsRequest
public static interface ListTagsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsRequest.BuildermaxResults(Integer maxResults)Maximum number of tags to return.ListTagsRequest.BuildernextToken(String nextToken)If the response to the previousListTagsrequest is truncated, SageMaker returns this token.ListTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.-
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.sagemaker.model.SageMakerRequest.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
ListTagsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsRequest.Builder nextToken(String nextToken)
If the response to the previous
ListTagsrequest is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.- Parameters:
nextToken- If the response to the previousListTagsrequest is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTagsRequest.Builder maxResults(Integer maxResults)
Maximum number of tags to return.
- Parameters:
maxResults- Maximum number of tags to return.- 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
-
-