public static interface MaintenanceWindowTaskInvocationParameters.Builder extends CopyableBuilder<MaintenanceWindowTaskInvocationParameters.Builder,MaintenanceWindowTaskInvocationParameters>
copyapply, buildMaintenanceWindowTaskInvocationParameters.Builder runCommand(MaintenanceWindowRunCommandParameters runCommand)
The parameters for a RUN_COMMAND task type.
runCommand - The parameters for a RUN_COMMAND task type.default MaintenanceWindowTaskInvocationParameters.Builder runCommand(Consumer<MaintenanceWindowRunCommandParameters.Builder> runCommand)
The parameters for a RUN_COMMAND task type.
This is a convenience that creates an instance of theMaintenanceWindowRunCommandParameters.Builder
avoiding the need to create one manually via MaintenanceWindowRunCommandParameters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to runCommand(MaintenanceWindowRunCommandParameters).runCommand - a consumer that will call methods on MaintenanceWindowRunCommandParameters.BuilderrunCommand(MaintenanceWindowRunCommandParameters)MaintenanceWindowTaskInvocationParameters.Builder automation(MaintenanceWindowAutomationParameters automation)
The parameters for a AUTOMATION task type.
automation - The parameters for a AUTOMATION task type.default MaintenanceWindowTaskInvocationParameters.Builder automation(Consumer<MaintenanceWindowAutomationParameters.Builder> automation)
The parameters for a AUTOMATION task type.
This is a convenience that creates an instance of theMaintenanceWindowAutomationParameters.Builder
avoiding the need to create one manually via MaintenanceWindowAutomationParameters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to automation(MaintenanceWindowAutomationParameters).automation - a consumer that will call methods on MaintenanceWindowAutomationParameters.Builderautomation(MaintenanceWindowAutomationParameters)MaintenanceWindowTaskInvocationParameters.Builder stepFunctions(MaintenanceWindowStepFunctionsParameters stepFunctions)
The parameters for a STEP_FUNCTION task type.
stepFunctions - The parameters for a STEP_FUNCTION task type.default MaintenanceWindowTaskInvocationParameters.Builder stepFunctions(Consumer<MaintenanceWindowStepFunctionsParameters.Builder> stepFunctions)
The parameters for a STEP_FUNCTION task type.
This is a convenience that creates an instance of theMaintenanceWindowStepFunctionsParameters.Builder avoiding the need to create one manually via
MaintenanceWindowStepFunctionsParameters.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
stepFunctions(MaintenanceWindowStepFunctionsParameters).stepFunctions - a consumer that will call methods on MaintenanceWindowStepFunctionsParameters.BuilderstepFunctions(MaintenanceWindowStepFunctionsParameters)MaintenanceWindowTaskInvocationParameters.Builder lambda(MaintenanceWindowLambdaParameters lambda)
The parameters for a LAMBDA task type.
lambda - The parameters for a LAMBDA task type.default MaintenanceWindowTaskInvocationParameters.Builder lambda(Consumer<MaintenanceWindowLambdaParameters.Builder> lambda)
The parameters for a LAMBDA task type.
This is a convenience that creates an instance of theMaintenanceWindowLambdaParameters.Builder
avoiding the need to create one manually via MaintenanceWindowLambdaParameters.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to lambda(MaintenanceWindowLambdaParameters).lambda - a consumer that will call methods on MaintenanceWindowLambdaParameters.Builderlambda(MaintenanceWindowLambdaParameters)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.