static CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.builder() |
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.channelName(String channelName) |
A name for the signaling channel that you are creating.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.channelType(String channelType) |
A type of the signaling channel that you are creating.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.channelType(ChannelType channelType) |
A type of the signaling channel that you are creating.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.singleMasterConfiguration(Consumer<SingleMasterConfiguration.Builder> singleMasterConfiguration) |
A structure containing the configuration for the SINGLE_MASTER channel type.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.singleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration) |
A structure containing the configuration for the SINGLE_MASTER channel type.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.tags(Collection<Tag> tags) |
A set of tags (key-value pairs) that you want to associate with this channel.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A set of tags (key-value pairs) that you want to associate with this channel.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.Builder.tags(Tag... tags) |
A set of tags (key-value pairs) that you want to associate with this channel.
|
CreateSignalingChannelRequest.Builder |
CreateSignalingChannelRequest.toBuilder() |
|