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_MASTER
channel type.singleMasterConfiguration
(SingleMasterConfiguration singleMasterConfiguration) A structure containing the configuration for theSINGLE_MASTER
channel 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
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, 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_MASTER
is the only supported channel type.- Parameters:
channelType
- A type of the signaling channel that you are creating. Currently,SINGLE_MASTER
is 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_MASTER
is the only supported channel type.- Parameters:
channelType
- A type of the signaling channel that you are creating. Currently,SINGLE_MASTER
is 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_MASTER
channel type.- Parameters:
singleMasterConfiguration
- A structure containing the configuration for theSINGLE_MASTER
channel type.- 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_MASTER
channel type.SingleMasterConfiguration.Builder
avoiding the need to create one manually viaSingleMasterConfiguration.builder()
.When the
Consumer
completes,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.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-