public static interface DescribeEdgeConfigurationRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<DescribeEdgeConfigurationRequest.Builder,DescribeEdgeConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgeConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEdgeConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEdgeConfigurationRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
DescribeEdgeConfigurationRequest.Builder |
streamName(String streamName)
The name of the stream whose edge configuration you want to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEdgeConfigurationRequest.Builder streamName(String streamName)
The name of the stream whose edge configuration you want to update. Specify either the
StreamName or the StreamARN.
streamName - The name of the stream whose edge configuration you want to update. Specify either the
StreamName or the StreamARN.DescribeEdgeConfigurationRequest.Builder streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream. Specify either the StreamNameor the
StreamARN.
streamARN - The Amazon Resource Name (ARN) of the stream. Specify either the StreamNameor the
StreamARN.DescribeEdgeConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeEdgeConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.