public static interface ListTagsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListTagsResponse.Builder,ListTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTagsResponse.Builder |
nextToken(String nextToken)
If response is truncated, SageMaker includes a token in the response.
|
ListTagsResponse.Builder |
tags(Collection<Tag> tags)
An array of
Tag objects, each with a tag key and a value. |
ListTagsResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of
Tag objects, each with a tag key and a value. |
ListTagsResponse.Builder |
tags(Tag... tags)
An array of
Tag objects, each with a tag key and a value. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsResponse.Builder tags(Collection<Tag> tags)
An array of Tag objects, each with a tag key and a value.
tags - An array of Tag objects, each with a tag key and a value.ListTagsResponse.Builder tags(Tag... tags)
An array of Tag objects, each with a tag key and a value.
tags - An array of Tag objects, each with a tag key and a value.ListTagsResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of Tag objects, each with a tag key and a value.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) ListTagsResponse.Builder nextToken(String nextToken)
If response is truncated, SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens.
nextToken - If response is truncated, SageMaker includes a token in the response. You can use this token in your
subsequent request to fetch next set of tokens.Copyright © 2022. All rights reserved.