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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteStreamRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteStreamRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.