public static interface StartEdgeConfigurationUpdateRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<StartEdgeConfigurationUpdateRequest.Builder,StartEdgeConfigurationUpdateRequest>
| Modifier and Type | Method and Description |
|---|---|
default StartEdgeConfigurationUpdateRequest.Builder |
edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)
The edge configuration details required to invoke the update process.
|
StartEdgeConfigurationUpdateRequest.Builder |
edgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
|
StartEdgeConfigurationUpdateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartEdgeConfigurationUpdateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartEdgeConfigurationUpdateRequest.Builder |
streamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream.
|
StartEdgeConfigurationUpdateRequest.Builder |
streamName(String streamName)
The name of the stream whose edge configuration you want to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartEdgeConfigurationUpdateRequest.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.StartEdgeConfigurationUpdateRequest.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.StartEdgeConfigurationUpdateRequest.Builder edgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
edgeConfig - The edge configuration details required to invoke the update process.default StartEdgeConfigurationUpdateRequest.Builder edgeConfig(Consumer<EdgeConfig.Builder> edgeConfig)
The edge configuration details required to invoke the update process.
This is a convenience method that creates an instance of theEdgeConfig.Builder avoiding the need to
create one manually via EdgeConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to edgeConfig(EdgeConfig).
edgeConfig - a consumer that will call methods on EdgeConfig.BuilderedgeConfig(EdgeConfig)StartEdgeConfigurationUpdateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartEdgeConfigurationUpdateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.