Interface UpdateSignalingChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSignalingChannelRequest.Builder,UpdateSignalingChannelRequest>,KinesisVideoRequest.Builder,SdkBuilder<UpdateSignalingChannelRequest.Builder,UpdateSignalingChannelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSignalingChannelRequest
public static interface UpdateSignalingChannelRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<UpdateSignalingChannelRequest.Builder,UpdateSignalingChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateSignalingChannelRequest.BuilderchannelARN(String channelARN)The Amazon Resource Name (ARN) of the signaling channel that you want to update.UpdateSignalingChannelRequest.BuildercurrentVersion(String currentVersion)The current version of the signaling channel that you want to update.UpdateSignalingChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSignalingChannelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateSignalingChannelRequest.BuildersingleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration)The structure containing the configuration for theSINGLE_MASTERtype of the signaling channel that you want to update.UpdateSignalingChannelRequest.BuildersingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)The structure containing the configuration for theSINGLE_MASTERtype of the signaling channel that you want to update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
channelARN
UpdateSignalingChannelRequest.Builder channelARN(String channelARN)
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
- Parameters:
channelARN- The Amazon Resource Name (ARN) of the signaling channel that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentVersion
UpdateSignalingChannelRequest.Builder currentVersion(String currentVersion)
The current version of the signaling channel that you want to update.
- Parameters:
currentVersion- The current version of the signaling channel that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleMasterConfiguration
UpdateSignalingChannelRequest.Builder singleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the
SINGLE_MASTERtype of the signaling channel that you want to update.- Parameters:
singleMasterConfiguration- The structure containing the configuration for theSINGLE_MASTERtype of the signaling channel that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleMasterConfiguration
default UpdateSignalingChannelRequest.Builder singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration)
The structure containing the configuration for the
This is a convenience method that creates an instance of theSINGLE_MASTERtype of the signaling channel that you want to update.SingleMasterConfiguration.Builderavoiding the need to create one manually viaSingleMasterConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosingleMasterConfiguration(SingleMasterConfiguration).- Parameters:
singleMasterConfiguration- a consumer that will call methods onSingleMasterConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
singleMasterConfiguration(SingleMasterConfiguration)
-
overrideConfiguration
UpdateSignalingChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSignalingChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-