public static interface UntagStreamRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<UntagStreamRequest.Builder,UntagStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagStreamRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
|
UntagStreamRequest.Builder |
streamName(String streamName)
The name of the stream that you want to remove tags from.
|
UntagStreamRequest.Builder |
tagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
|
UntagStreamRequest.Builder |
tagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagStreamRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
streamARN - The Amazon Resource Name (ARN) of the stream that you want to remove tags from.UntagStreamRequest.Builder streamName(String streamName)
The name of the stream that you want to remove tags from.
streamName - The name of the stream that you want to remove tags from.UntagStreamRequest.Builder tagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
tagKeyList - A list of the keys of the tags that you want to remove.UntagStreamRequest.Builder tagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
tagKeyList - A list of the keys of the tags that you want to remove.UntagStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.