Interface GetSignalingChannelEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSignalingChannelEndpointRequest.Builder,GetSignalingChannelEndpointRequest>,KinesisVideoRequest.Builder,SdkBuilder<GetSignalingChannelEndpointRequest.Builder,GetSignalingChannelEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSignalingChannelEndpointRequest
public static interface GetSignalingChannelEndpointRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<GetSignalingChannelEndpointRequest.Builder,GetSignalingChannelEndpointRequest>
-
-
Method Summary
-
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
GetSignalingChannelEndpointRequest.Builder channelARN(String channelARN)
The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.
- Parameters:
channelARN- The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleMasterChannelEndpointConfiguration
GetSignalingChannelEndpointRequest.Builder singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration singleMasterChannelEndpointConfiguration)
A structure containing the endpoint configuration for the
SINGLE_MASTERchannel type.- Parameters:
singleMasterChannelEndpointConfiguration- A structure containing the endpoint configuration for theSINGLE_MASTERchannel type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
singleMasterChannelEndpointConfiguration
default GetSignalingChannelEndpointRequest.Builder singleMasterChannelEndpointConfiguration(Consumer<SingleMasterChannelEndpointConfiguration.Builder> singleMasterChannelEndpointConfiguration)
A structure containing the endpoint configuration for the
This is a convenience method that creates an instance of theSINGLE_MASTERchannel type.SingleMasterChannelEndpointConfiguration.Builderavoiding the need to create one manually viaSingleMasterChannelEndpointConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosingleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration).- Parameters:
singleMasterChannelEndpointConfiguration- a consumer that will call methods onSingleMasterChannelEndpointConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
singleMasterChannelEndpointConfiguration(SingleMasterChannelEndpointConfiguration)
-
overrideConfiguration
GetSignalingChannelEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSignalingChannelEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-