Interface StartPlanExecutionResponse.Builder

  • Method Details

    • executionId

      StartPlanExecutionResponse.Builder executionId(String executionId)

      The execution identifier of a plan execution.

      Parameters:
      executionId - The execution identifier of a plan execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • plan

      The details of the Region switch plan.

      Parameters:
      plan - The details of the Region switch plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • planVersion

      StartPlanExecutionResponse.Builder planVersion(String planVersion)

      The version of the plan, a unique number generated by Region switch.

      Parameters:
      planVersion - The version of the plan, a unique number generated by Region switch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activateRegion

      StartPlanExecutionResponse.Builder activateRegion(String activateRegion)

      The Amazon Web Services Region to activate.

      Parameters:
      activateRegion - The Amazon Web Services Region to activate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deactivateRegion

      StartPlanExecutionResponse.Builder deactivateRegion(String deactivateRegion)

      The Amazon Web Services Region to deactivate.

      Parameters:
      deactivateRegion - The Amazon Web Services Region to deactivate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.