public static interface DeleteStreamRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, 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) |
DeleteStreamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteStreamRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDeleteStreamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.