Interface CapabilitySummary.Builder

  • Method Details

    • capabilityName

      CapabilitySummary.Builder capabilityName(String capabilityName)

      The unique name of the capability within the cluster.

      Parameters:
      capabilityName - The unique name of the capability within the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the capability.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the capability.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of capability. Valid values are ACK, ARGOCD, or KRO.

      Parameters:
      type - The type of capability. Valid values are ACK, ARGOCD, or KRO.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of capability. Valid values are ACK, ARGOCD, or KRO.

      Parameters:
      type - The type of capability. Valid values are ACK, ARGOCD, or KRO.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the capability.

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

      The current status of the capability.

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

      The version of the capability software that is currently running.

      Parameters:
      version - The version of the capability software that is currently running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      CapabilitySummary.Builder createdAt(Instant createdAt)

      The Unix epoch timestamp in seconds for when the capability was created.

      Parameters:
      createdAt - The Unix epoch timestamp in seconds for when the capability was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      CapabilitySummary.Builder modifiedAt(Instant modifiedAt)

      The Unix epoch timestamp in seconds for when the capability was last modified.

      Parameters:
      modifiedAt - The Unix epoch timestamp in seconds for when the capability was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.