public static interface UpdateSignalingChannelRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<UpdateSignalingChannelRequest.Builder,UpdateSignalingChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSignalingChannelRequest.Builder |
channelARN(String channelARN)
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
|
UpdateSignalingChannelRequest.Builder |
currentVersion(String currentVersion)
The current version of the signaling channel that you want to update.
|
UpdateSignalingChannelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSignalingChannelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateSignalingChannelRequest.Builder |
singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration)
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel
that you want to update. |
UpdateSignalingChannelRequest.Builder |
singleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel
that you want to update. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSignalingChannelRequest.Builder channelARN(String channelARN)
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
channelARN - The Amazon Resource Name (ARN) of the signaling channel that you want to update.UpdateSignalingChannelRequest.Builder currentVersion(String currentVersion)
The current version of the signaling channel that you want to update.
currentVersion - The current version of the signaling channel that you want to update.UpdateSignalingChannelRequest.Builder singleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the SINGLE_MASTER type of the signaling channel
that you want to update.
singleMasterConfiguration - The structure containing the configuration for the SINGLE_MASTER type of the signaling
channel that you want to update.default UpdateSignalingChannelRequest.Builder singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration)
The structure containing the configuration for the SINGLE_MASTER type of the signaling channel
that you want to update.
SingleMasterConfiguration.Builder
avoiding the need to create one manually via SingleMasterConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to singleMasterConfiguration(SingleMasterConfiguration).
singleMasterConfiguration - a consumer that will call methods on SingleMasterConfiguration.BuildersingleMasterConfiguration(SingleMasterConfiguration)UpdateSignalingChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSignalingChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.