Interface UpdateWorkerScheduleRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWorkerScheduleRequest.Builder,,UpdateWorkerScheduleRequest> DeadlineRequest.Builder,SdkBuilder<UpdateWorkerScheduleRequest.Builder,,UpdateWorkerScheduleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateWorkerScheduleRequest
public static interface UpdateWorkerScheduleRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkerScheduleRequest.Builder,UpdateWorkerScheduleRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe farm ID to update.The fleet ID to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.updatedSessionActions(Map<String, UpdatedSessionActionInfo> updatedSessionActions) The session actions associated with the worker schedule to update.The worker ID to update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
farmId
The farm ID to update.
- Parameters:
 farmId- The farm ID to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fleetId
The fleet ID to update.
- Parameters:
 fleetId- The fleet ID to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
workerId
The worker ID to update.
- Parameters:
 workerId- The worker ID to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
updatedSessionActions
UpdateWorkerScheduleRequest.Builder updatedSessionActions(Map<String, UpdatedSessionActionInfo> updatedSessionActions) The session actions associated with the worker schedule to update.
- Parameters:
 updatedSessionActions- The session actions associated with the worker schedule to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateWorkerScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateWorkerScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -