public static interface ListTagsForResourceRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
If you specify this parameter and the result of a
ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags. |
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder nextToken(String nextToken)
If you specify this parameter and the result of a ListTagsForResource call is truncated, the
response includes a token that you can use in the next request to fetch the next batch of tags.
nextToken - If you specify this parameter and the result of a ListTagsForResource call is truncated,
the response includes a token that you can use in the next request to fetch the next batch of tags.ListTagsForResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.
resourceARN - The Amazon Resource Name (ARN) of the signaling channel for which you want to list tags.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.