Interface UntagStreamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UntagStreamRequest.Builder,UntagStreamRequest>,KinesisVideoRequest.Builder,SdkBuilder<UntagStreamRequest.Builder,UntagStreamRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UntagStreamRequest
public static interface UntagStreamRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<UntagStreamRequest.Builder,UntagStreamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UntagStreamRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UntagStreamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UntagStreamRequest.BuilderstreamARN(String streamARN)The Amazon Resource Name (ARN) of the stream that you want to remove tags from.UntagStreamRequest.BuilderstreamName(String streamName)The name of the stream that you want to remove tags from.UntagStreamRequest.BuildertagKeyList(String... tagKeyList)A list of the keys of the tags that you want to remove.UntagStreamRequest.BuildertagKeyList(Collection<String> tagKeyList)A list of the keys of the tags that you want to remove.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
streamARN
UntagStreamRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
- Parameters:
streamARN- The Amazon Resource Name (ARN) of the stream that you want to remove tags from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamName
UntagStreamRequest.Builder streamName(String streamName)
The name of the stream that you want to remove tags from.
- Parameters:
streamName- The name of the stream that you want to remove tags from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeyList
UntagStreamRequest.Builder tagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
- Parameters:
tagKeyList- A list of the keys of the tags that you want to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeyList
UntagStreamRequest.Builder tagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
- Parameters:
tagKeyList- A list of the keys of the tags that you want to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UntagStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UntagStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-