Interface StartChannelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartChannelRequest.Builder,StartChannelRequest>,MediaLiveRequest.Builder,SdkBuilder<StartChannelRequest.Builder,StartChannelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartChannelRequest
public static interface StartChannelRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<StartChannelRequest.Builder,StartChannelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartChannelRequest.BuilderchannelId(String channelId)A request to start a channelStartChannelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartChannelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.medialive.model.MediaLiveRequest.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
-
channelId
StartChannelRequest.Builder channelId(String channelId)
A request to start a channel- Parameters:
channelId- A request to start a channel- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartChannelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartChannelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-