Interface BatchStartRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchStartRequest.Builder,BatchStartRequest>,MediaLiveRequest.Builder,SdkBuilder<BatchStartRequest.Builder,BatchStartRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchStartRequest
public static interface BatchStartRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<BatchStartRequest.Builder,BatchStartRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchStartRequest.BuilderchannelIds(String... channelIds)List of channel IDsBatchStartRequest.BuilderchannelIds(Collection<String> channelIds)List of channel IDsBatchStartRequest.BuildermultiplexIds(String... multiplexIds)List of multiplex IDsBatchStartRequest.BuildermultiplexIds(Collection<String> multiplexIds)List of multiplex IDsBatchStartRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchStartRequest.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, sdkFields
-
-
-
-
Method Detail
-
channelIds
BatchStartRequest.Builder channelIds(Collection<String> channelIds)
List of channel IDs- Parameters:
channelIds- List of channel IDs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelIds
BatchStartRequest.Builder channelIds(String... channelIds)
List of channel IDs- Parameters:
channelIds- List of channel IDs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiplexIds
BatchStartRequest.Builder multiplexIds(Collection<String> multiplexIds)
List of multiplex IDs- Parameters:
multiplexIds- List of multiplex IDs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiplexIds
BatchStartRequest.Builder multiplexIds(String... multiplexIds)
List of multiplex IDs- Parameters:
multiplexIds- List of multiplex IDs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchStartRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchStartRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-