public static interface ListTagsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of tags to return.
|
ListTagsRequest.Builder |
nextToken(String nextToken)
If the response to the previous
ListTags request is truncated, Amazon SageMaker returns this
token. |
ListTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
resourceArn - The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.ListTagsRequest.Builder nextToken(String nextToken)
If the response to the previous ListTags request is truncated, Amazon SageMaker returns this
token. To retrieve the next set of tags, use it in the subsequent request.
nextToken - If the response to the previous ListTags request is truncated, Amazon SageMaker returns
this token. To retrieve the next set of tags, use it in the subsequent request.ListTagsRequest.Builder maxResults(Integer maxResults)
Maximum number of tags to return.
maxResults - Maximum number of tags to return.ListTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.