Interface BatchUpdateScheduleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchUpdateScheduleRequest.Builder,
,BatchUpdateScheduleRequest> MediaLiveRequest.Builder
,SdkBuilder<BatchUpdateScheduleRequest.Builder,
,BatchUpdateScheduleRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchUpdateScheduleRequest
public static interface BatchUpdateScheduleRequest.Builder
extends MediaLiveRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateScheduleRequest.Builder,BatchUpdateScheduleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionId of the channel whose schedule is being updated.Schedule actions to create in the schedule.creates
(BatchScheduleActionCreateRequest creates) Schedule actions to create in the schedule.Schedule actions to delete from the schedule.deletes
(BatchScheduleActionDeleteRequest deletes) Schedule actions to delete from the schedule.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
channelId
Id of the channel whose schedule is being updated.- Parameters:
channelId
- Id of the channel whose schedule is being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creates
Schedule actions to create in the schedule.- Parameters:
creates
- Schedule actions to create in the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creates
default BatchUpdateScheduleRequest.Builder creates(Consumer<BatchScheduleActionCreateRequest.Builder> creates) Schedule actions to create in the schedule. This is a convenience method that creates an instance of theBatchScheduleActionCreateRequest.Builder
avoiding the need to create one manually viaBatchScheduleActionCreateRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocreates(BatchScheduleActionCreateRequest)
.- Parameters:
creates
- a consumer that will call methods onBatchScheduleActionCreateRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deletes
Schedule actions to delete from the schedule.- Parameters:
deletes
- Schedule actions to delete from the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletes
default BatchUpdateScheduleRequest.Builder deletes(Consumer<BatchScheduleActionDeleteRequest.Builder> deletes) Schedule actions to delete from the schedule. This is a convenience method that creates an instance of theBatchScheduleActionDeleteRequest.Builder
avoiding the need to create one manually viaBatchScheduleActionDeleteRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeletes(BatchScheduleActionDeleteRequest)
.- Parameters:
deletes
- a consumer that will call methods onBatchScheduleActionDeleteRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
BatchUpdateScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchUpdateScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-