Interface EC2InstanceError.Builder

  • Method Details

    • ec2ErrorCode

      EC2InstanceError.Builder ec2ErrorCode(String ec2ErrorCode)

      Unique error code identifying the specific EC2 instance error.

      Parameters:
      ec2ErrorCode - Unique error code identifying the specific EC2 instance error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2ExceptionType

      EC2InstanceError.Builder ec2ExceptionType(String ec2ExceptionType)

      Type of exception encountered during EC2 instance operation.

      Parameters:
      ec2ExceptionType - Type of exception encountered during EC2 instance operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2ErrorMessage

      EC2InstanceError.Builder ec2ErrorMessage(String ec2ErrorMessage)

      Detailed description of the EC2 instance error.

      Parameters:
      ec2ErrorMessage - Detailed description of the EC2 instance error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.