Interface MaintenanceWindowAutomationParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MaintenanceWindowAutomationParameters.Builder,MaintenanceWindowAutomationParameters>,SdkBuilder<MaintenanceWindowAutomationParameters.Builder,MaintenanceWindowAutomationParameters>,SdkPojo
- Enclosing class:
- MaintenanceWindowAutomationParameters
@Mutable @NotThreadSafe public static interface MaintenanceWindowAutomationParameters.Builder extends SdkPojo, CopyableBuilder<MaintenanceWindowAutomationParameters.Builder,MaintenanceWindowAutomationParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MaintenanceWindowAutomationParameters.BuilderdocumentVersion(String documentVersion)The version of an Automation runbook to use during task execution.MaintenanceWindowAutomationParameters.Builderparameters(Map<String,? extends Collection<String>> parameters)The parameters for theAUTOMATIONtask.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
documentVersion
MaintenanceWindowAutomationParameters.Builder documentVersion(String documentVersion)
The version of an Automation runbook to use during task execution.
- Parameters:
documentVersion- The version of an Automation runbook to use during task execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
MaintenanceWindowAutomationParameters.Builder parameters(Map<String,? extends Collection<String>> parameters)
The parameters for the
AUTOMATIONtask.For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
LoggingInfohas been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use theOutputS3BucketNameandOutputS3KeyPrefixoptions in theTaskInvocationParametersstructure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.TaskParametershas been deprecated. To specify parameters to pass to a task when it runs, instead use theParametersoption in theTaskInvocationParametersstructure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.For
AUTOMATIONtask types, Amazon Web Services Systems Manager ignores any values specified for these parameters.- Parameters:
parameters- The parameters for theAUTOMATIONtask.For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
LoggingInfohas been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use theOutputS3BucketNameandOutputS3KeyPrefixoptions in theTaskInvocationParametersstructure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.TaskParametershas been deprecated. To specify parameters to pass to a task when it runs, instead use theParametersoption in theTaskInvocationParametersstructure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.For
AUTOMATIONtask types, Amazon Web Services Systems Manager ignores any values specified for these parameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-