Interface RegionFailure.Builder

  • Method Details

    • region

      RegionFailure.Builder region(String region)

      The Region where the failure occurred.

      Parameters:
      region - The Region where the failure occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      RegionFailure.Builder status(String status)

      The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.

      Parameters:
      status - The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.

      Parameters:
      status - The failure status for the Region. Indicates whether the process failed, was canceled, or timed out.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • imageConfigurationStep

      RegionFailure.Builder imageConfigurationStep(String imageConfigurationStep)

      The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.

      Parameters:
      imageConfigurationStep - The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • imageConfigurationStep

      RegionFailure.Builder imageConfigurationStep(ImageConfigurationStep imageConfigurationStep)

      The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.

      Parameters:
      imageConfigurationStep - The image configuration step where the failure occurred. Image Builder sets this property when the failure happened during post-distribution configuration, such as launch template updates or virtual machine (VM) export. This property doesn't appear for failures that occurred while Image Builder copied the image to the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      RegionFailure.Builder errorMessage(String errorMessage)

      The error message for the failure in the Region.

      Parameters:
      errorMessage - The error message for the failure in the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetAccountId

      RegionFailure.Builder targetAccountId(String targetAccountId)

      The account ID of the account that the image was distributed to in the Region.

      Parameters:
      targetAccountId - The account ID of the account that the image was distributed to in the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.