Interface InsightStatus.Builder

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

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

    • status

      InsightStatus.Builder status(String status)

      The status of the resource.

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

      The status of the resource.

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

      InsightStatus.Builder reason(String reason)

      Explanation on the reasoning for the status of the resource.

      Parameters:
      reason - Explanation on the reasoning for the status of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.