public static interface DeleteEdgeConfigurationRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<DeleteEdgeConfigurationRequest.Builder,DeleteEdgeConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteEdgeConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEdgeConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteEdgeConfigurationRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
DeleteEdgeConfigurationRequest.Builder |
streamName(String streamName)
The name of the stream from which to delete the edge configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEdgeConfigurationRequest.Builder streamName(String streamName)
The name of the stream from which to delete the edge configuration. Specify either the
StreamName or the StreamARN.
streamName - The name of the stream from which to delete the edge configuration. Specify either the
StreamName or the StreamARN.DeleteEdgeConfigurationRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the
StreamARN.
streamARN - The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the
StreamARN.DeleteEdgeConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteEdgeConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.