Interface BatchStopRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchStopRequest.Builder,BatchStopRequest>,MediaLiveRequest.Builder,SdkBuilder<BatchStopRequest.Builder,BatchStopRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchStopRequest
public static interface BatchStopRequest.Builder extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<BatchStopRequest.Builder,BatchStopRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchStopRequest.BuilderchannelIds(String... channelIds)List of channel IDsBatchStopRequest.BuilderchannelIds(Collection<String> channelIds)List of channel IDsBatchStopRequest.BuildermultiplexIds(String... multiplexIds)List of multiplex IDsBatchStopRequest.BuildermultiplexIds(Collection<String> multiplexIds)List of multiplex IDsBatchStopRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchStopRequest.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
BatchStopRequest.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
BatchStopRequest.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
BatchStopRequest.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
BatchStopRequest.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
BatchStopRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchStopRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-