public static interface TagStreamRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<TagStreamRequest.Builder,TagStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
TagStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagStreamRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
|
TagStreamRequest.Builder |
streamName(String streamName)
The name of the stream that you want to add the tag or tags to.
|
TagStreamRequest.Builder |
tags(Map<String,String> tags)
A list of tags to associate with the specified stream.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTagStreamRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
streamARN - The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.TagStreamRequest.Builder streamName(String streamName)
The name of the stream that you want to add the tag or tags to.
streamName - The name of the stream that you want to add the tag or tags to.TagStreamRequest.Builder tags(Map<String,String> tags)
A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
tags - A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is
optional).TagStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTagStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.