Interface ClusterHealth.Builder

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

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

    • issues

      An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.

      Parameters:
      issues - An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • issues

      An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.

      Parameters:
      issues - An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • issues

      An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.

      This is a convenience method that creates an instance of the ClusterIssue.Builder avoiding the need to create one manually via ClusterIssue.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to issues(List<ClusterIssue>).

      Parameters:
      issues - a consumer that will call methods on ClusterIssue.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: