Interface AutomationExecution.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutomationExecution.Builder,AutomationExecution>, SdkBuilder<AutomationExecution.Builder,AutomationExecution>, SdkPojo
Enclosing class:
AutomationExecution

public static interface AutomationExecution.Builder extends SdkPojo, CopyableBuilder<AutomationExecution.Builder,AutomationExecution>
  • Method Details

    • automationExecutionId

      AutomationExecution.Builder automationExecutionId(String automationExecutionId)

      The execution ID.

      Parameters:
      automationExecutionId - The execution ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentName

      AutomationExecution.Builder documentName(String documentName)

      The name of the Automation runbook used during the execution.

      Parameters:
      documentName - The name of the Automation runbook used during the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentVersion

      AutomationExecution.Builder documentVersion(String documentVersion)

      The version of the document to use during execution.

      Parameters:
      documentVersion - The version of the document to use during execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionStartTime

      AutomationExecution.Builder executionStartTime(Instant executionStartTime)

      The time the execution started.

      Parameters:
      executionStartTime - The time the execution started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionEndTime

      AutomationExecution.Builder executionEndTime(Instant executionEndTime)

      The time the execution finished.

      Parameters:
      executionEndTime - The time the execution finished.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • automationExecutionStatus

      AutomationExecution.Builder automationExecutionStatus(String automationExecutionStatus)

      The execution status of the Automation.

      Parameters:
      automationExecutionStatus - The execution status of the Automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • automationExecutionStatus

      AutomationExecution.Builder automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)

      The execution status of the Automation.

      Parameters:
      automationExecutionStatus - The execution status of the Automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stepExecutions

      AutomationExecution.Builder stepExecutions(Collection<StepExecution> stepExecutions)

      A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.

      Parameters:
      stepExecutions - A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepExecutions

      AutomationExecution.Builder stepExecutions(StepExecution... stepExecutions)

      A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.

      Parameters:
      stepExecutions - A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepExecutions

      AutomationExecution.Builder stepExecutions(Consumer<StepExecution.Builder>... stepExecutions)

      A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.

      This is a convenience method that creates an instance of the StepExecution.Builder avoiding the need to create one manually via StepExecution.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to stepExecutions(List<StepExecution>).

      Parameters:
      stepExecutions - a consumer that will call methods on StepExecution.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • stepExecutionsTruncated

      AutomationExecution.Builder stepExecutionsTruncated(Boolean stepExecutionsTruncated)

      A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.

      Parameters:
      stepExecutionsTruncated - A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      AutomationExecution.Builder parameters(Map<String,? extends Collection<String>> parameters)

      The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.

      Parameters:
      parameters - The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputs

      AutomationExecution.Builder outputs(Map<String,? extends Collection<String>> outputs)

      The list of execution outputs as defined in the Automation runbook.

      Parameters:
      outputs - The list of execution outputs as defined in the Automation runbook.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureMessage

      AutomationExecution.Builder failureMessage(String failureMessage)

      A message describing why an execution has failed, if the status is set to Failed.

      Parameters:
      failureMessage - A message describing why an execution has failed, if the status is set to Failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mode

      The automation execution mode.

      Parameters:
      mode - The automation execution mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mode

      The automation execution mode.

      Parameters:
      mode - The automation execution mode.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • parentAutomationExecutionId

      AutomationExecution.Builder parentAutomationExecutionId(String parentAutomationExecutionId)

      The AutomationExecutionId of the parent automation.

      Parameters:
      parentAutomationExecutionId - The AutomationExecutionId of the parent automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executedBy

      AutomationExecution.Builder executedBy(String executedBy)

      The Amazon Resource Name (ARN) of the user who ran the automation.

      Parameters:
      executedBy - The Amazon Resource Name (ARN) of the user who ran the automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentStepName

      AutomationExecution.Builder currentStepName(String currentStepName)

      The name of the step that is currently running.

      Parameters:
      currentStepName - The name of the step that is currently running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentAction

      AutomationExecution.Builder currentAction(String currentAction)

      The action of the step that is currently running.

      Parameters:
      currentAction - The action of the step that is currently running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetParameterName

      AutomationExecution.Builder targetParameterName(String targetParameterName)

      The parameter name.

      Parameters:
      targetParameterName - The parameter name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targets

      The specified targets.

      Parameters:
      targets - The specified targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targets

      AutomationExecution.Builder targets(Target... targets)

      The specified targets.

      Parameters:
      targets - The specified targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targets

      The specified targets.

      This is a convenience method that creates an instance of the Target.Builder avoiding the need to create one manually via Target.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to targets(List<Target>).

      Parameters:
      targets - a consumer that will call methods on Target.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetMaps

      AutomationExecution.Builder targetMaps(Collection<? extends Map<String,? extends Collection<String>>> targetMaps)

      The specified key-value mapping of document parameters to target resources.

      Parameters:
      targetMaps - The specified key-value mapping of document parameters to target resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetMaps

      AutomationExecution.Builder targetMaps(Map<String,? extends Collection<String>>... targetMaps)

      The specified key-value mapping of document parameters to target resources.

      Parameters:
      targetMaps - The specified key-value mapping of document parameters to target resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolvedTargets

      AutomationExecution.Builder resolvedTargets(ResolvedTargets resolvedTargets)

      A list of resolved targets in the rate control execution.

      Parameters:
      resolvedTargets - A list of resolved targets in the rate control execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolvedTargets

      default AutomationExecution.Builder resolvedTargets(Consumer<ResolvedTargets.Builder> resolvedTargets)

      A list of resolved targets in the rate control execution.

      This is a convenience method that creates an instance of the ResolvedTargets.Builder avoiding the need to create one manually via ResolvedTargets.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resolvedTargets(ResolvedTargets).

      Parameters:
      resolvedTargets - a consumer that will call methods on ResolvedTargets.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maxConcurrency

      AutomationExecution.Builder maxConcurrency(String maxConcurrency)

      The MaxConcurrency value specified by the user when the execution started.

      Parameters:
      maxConcurrency - The MaxConcurrency value specified by the user when the execution started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxErrors

      AutomationExecution.Builder maxErrors(String maxErrors)

      The MaxErrors value specified by the user when the execution started.

      Parameters:
      maxErrors - The MaxErrors value specified by the user when the execution started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • target

      The target of the execution.

      Parameters:
      target - The target of the execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetLocations

      AutomationExecution.Builder targetLocations(Collection<TargetLocation> targetLocations)

      The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.

      Parameters:
      targetLocations - The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetLocations

      AutomationExecution.Builder targetLocations(TargetLocation... targetLocations)

      The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.

      Parameters:
      targetLocations - The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetLocations

      AutomationExecution.Builder targetLocations(Consumer<TargetLocation.Builder>... targetLocations)

      The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.

      This is a convenience method that creates an instance of the TargetLocation.Builder avoiding the need to create one manually via TargetLocation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to targetLocations(List<TargetLocation>).

      Parameters:
      targetLocations - a consumer that will call methods on TargetLocation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • progressCounters

      AutomationExecution.Builder progressCounters(ProgressCounters progressCounters)

      An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

      Parameters:
      progressCounters - An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • progressCounters

      default AutomationExecution.Builder progressCounters(Consumer<ProgressCounters.Builder> progressCounters)

      An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

      This is a convenience method that creates an instance of the ProgressCounters.Builder avoiding the need to create one manually via ProgressCounters.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to progressCounters(ProgressCounters).

      Parameters:
      progressCounters - a consumer that will call methods on ProgressCounters.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • alarmConfiguration

      AutomationExecution.Builder alarmConfiguration(AlarmConfiguration alarmConfiguration)

      The details for the CloudWatch alarm applied to your automation.

      Parameters:
      alarmConfiguration - The details for the CloudWatch alarm applied to your automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alarmConfiguration

      default AutomationExecution.Builder alarmConfiguration(Consumer<AlarmConfiguration.Builder> alarmConfiguration)

      The details for the CloudWatch alarm applied to your automation.

      This is a convenience method that creates an instance of the AlarmConfiguration.Builder avoiding the need to create one manually via AlarmConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to alarmConfiguration(AlarmConfiguration).

      Parameters:
      alarmConfiguration - a consumer that will call methods on AlarmConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • triggeredAlarms

      The CloudWatch alarm that was invoked by the automation.

      Parameters:
      triggeredAlarms - The CloudWatch alarm that was invoked by the automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • triggeredAlarms

      AutomationExecution.Builder triggeredAlarms(AlarmStateInformation... triggeredAlarms)

      The CloudWatch alarm that was invoked by the automation.

      Parameters:
      triggeredAlarms - The CloudWatch alarm that was invoked by the automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • triggeredAlarms

      The CloudWatch alarm that was invoked by the automation.

      This is a convenience method that creates an instance of the AlarmStateInformation.Builder avoiding the need to create one manually via AlarmStateInformation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to triggeredAlarms(List<AlarmStateInformation>).

      Parameters:
      triggeredAlarms - a consumer that will call methods on AlarmStateInformation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • automationSubtype

      AutomationExecution.Builder automationSubtype(String automationSubtype)

      The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

      Parameters:
      automationSubtype - The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • automationSubtype

      AutomationExecution.Builder automationSubtype(AutomationSubtype automationSubtype)

      The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

      Parameters:
      automationSubtype - The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scheduledTime

      AutomationExecution.Builder scheduledTime(Instant scheduledTime)

      The date and time the Automation operation is scheduled to start.

      Parameters:
      scheduledTime - The date and time the Automation operation is scheduled to start.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runbooks

      Information about the Automation runbooks that are run as part of a runbook workflow.

      The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

      Parameters:
      runbooks - Information about the Automation runbooks that are run as part of a runbook workflow.

      The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runbooks

      AutomationExecution.Builder runbooks(Runbook... runbooks)

      Information about the Automation runbooks that are run as part of a runbook workflow.

      The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

      Parameters:
      runbooks - Information about the Automation runbooks that are run as part of a runbook workflow.

      The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runbooks

      Information about the Automation runbooks that are run as part of a runbook workflow.

      The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

      This is a convenience method that creates an instance of the Runbook.Builder avoiding the need to create one manually via Runbook.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to runbooks(List<Runbook>).

      Parameters:
      runbooks - a consumer that will call methods on Runbook.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • opsItemId

      AutomationExecution.Builder opsItemId(String opsItemId)

      The ID of an OpsItem that is created to represent a Change Manager change request.

      Parameters:
      opsItemId - The ID of an OpsItem that is created to represent a Change Manager change request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationId

      AutomationExecution.Builder associationId(String associationId)

      The ID of a State Manager association used in the Automation operation.

      Parameters:
      associationId - The ID of a State Manager association used in the Automation operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeRequestName

      AutomationExecution.Builder changeRequestName(String changeRequestName)

      The name of the Change Manager change request.

      Parameters:
      changeRequestName - The name of the Change Manager change request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • variables

      AutomationExecution.Builder variables(Map<String,? extends Collection<String>> variables)

      Variables defined for the automation.

      Parameters:
      variables - Variables defined for the automation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.