Interface ClusterIssue.Builder

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

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

    • code

      The error code of the issue.

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

      The error code of the issue.

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

      ClusterIssue.Builder message(String message)

      A description of the issue.

      Parameters:
      message - A description of the issue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIds

      ClusterIssue.Builder resourceIds(Collection<String> resourceIds)

      The resource IDs that the issue relates to.

      Parameters:
      resourceIds - The resource IDs that the issue relates to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIds

      ClusterIssue.Builder resourceIds(String... resourceIds)

      The resource IDs that the issue relates to.

      Parameters:
      resourceIds - The resource IDs that the issue relates to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.