Interface CreateSignalingChannelRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSignalingChannelRequest.Builder,,CreateSignalingChannelRequest> KinesisVideoRequest.Builder,SdkBuilder<CreateSignalingChannelRequest.Builder,,CreateSignalingChannelRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateSignalingChannelRequest
-
Method Summary
Modifier and TypeMethodDescriptionchannelName(String channelName) A name for the signaling channel that you are creating.channelType(String channelType) A type of the signaling channel that you are creating.channelType(ChannelType channelType) A type of the signaling channel that you are creating.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration) A structure containing the configuration for theSINGLE_MASTERchannel type.singleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration) A structure containing the configuration for theSINGLE_MASTERchannel type.tags(Collection<Tag> tags) A set of tags (key-value pairs) that you want to associate with this channel.tags(Consumer<Tag.Builder>... tags) A set of tags (key-value pairs) that you want to associate with this channel.A set of tags (key-value pairs) that you want to associate with this channel.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
channelName
A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.
- Parameters:
channelName- A name for the signaling channel that you are creating. It must be unique for each Amazon Web Services account and Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelType
A type of the signaling channel that you are creating. Currently,
SINGLE_MASTERis the only supported channel type.- Parameters:
channelType- A type of the signaling channel that you are creating. Currently,SINGLE_MASTERis the only supported channel type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channelType
A type of the signaling channel that you are creating. Currently,
SINGLE_MASTERis the only supported channel type.- Parameters:
channelType- A type of the signaling channel that you are creating. Currently,SINGLE_MASTERis the only supported channel type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
singleMasterConfiguration
CreateSignalingChannelRequest.Builder singleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration) A structure containing the configuration for the
SINGLE_MASTERchannel type. The default configuration for the channel message's time to live is 60 seconds (1 minute).- Parameters:
singleMasterConfiguration- A structure containing the configuration for theSINGLE_MASTERchannel type. The default configuration for the channel message's time to live is 60 seconds (1 minute).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleMasterConfiguration
default CreateSignalingChannelRequest.Builder singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration) A structure containing the configuration for the
This is a convenience method that creates an instance of theSINGLE_MASTERchannel type. The default configuration for the channel message's time to live is 60 seconds (1 minute).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:
-
tags
A set of tags (key-value pairs) that you want to associate with this channel.
- Parameters:
tags- A set of tags (key-value pairs) that you want to associate with this channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A set of tags (key-value pairs) that you want to associate with this channel.
- Parameters:
tags- A set of tags (key-value pairs) that you want to associate with this channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A set of tags (key-value pairs) that you want to associate with this channel.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateSignalingChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateSignalingChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-