Interface ClusterListEntry.Builder

    • Method Detail

      • clusterId

        ClusterListEntry.Builder clusterId​(String clusterId)

        The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

        Parameters:
        clusterId - The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        ClusterListEntry.Builder creationDate​(Instant creationDate)

        The creation date for this cluster.

        Parameters:
        creationDate - The creation date for this cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ClusterListEntry.Builder description​(String description)

        Defines an optional description of the cluster, for example Environmental Data Cluster-01.

        Parameters:
        description - Defines an optional description of the cluster, for example Environmental Data Cluster-01 .
        Returns:
        Returns a reference to this object so that method calls can be chained together.