public static interface DeleteStreamRequest.Builder extends KinesisVideoRequest.Builder, CopyableBuilder<DeleteStreamRequest.Builder,DeleteStreamRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteStreamRequest.Builder |
currentVersion(String currentVersion)
Optional: The version of the stream that you want to delete.
|
DeleteStreamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteStreamRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to delete.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteStreamRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to delete.
streamARN - The Amazon Resource Name (ARN) of the stream that you want to delete.DeleteStreamRequest.Builder currentVersion(String currentVersion)
Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the stream
version, use the DescribeStream API.
If not specified, only the CreationTime is checked before deleting the stream.
currentVersion - Optional: The version of the stream that you want to delete.
Specify the version as a safeguard to ensure that your are deleting the correct stream. To get the
stream version, use the DescribeStream API.
If not specified, only the CreationTime is checked before deleting the stream.
DeleteStreamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.