Interface RegistryRecordSummary.Builder

  • Method Details

    • registryArn

      RegistryRecordSummary.Builder registryArn(String registryArn)

      The &ARN; of the parent registry that owns the record.

      Parameters:
      registryArn - The &ARN; of the parent registry that owns the record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recordArn

      RegistryRecordSummary.Builder recordArn(String recordArn)

      The &ARN; of the registry record.

      Parameters:
      recordArn - The &ARN; of the registry record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recordId

      The unique identifier of the registry record.

      Parameters:
      recordId - The unique identifier of the registry record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the registry record. Names are unique within a registry.

      Parameters:
      name - The name of the registry record. Names are unique within a registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      RegistryRecordSummary.Builder displayName(String displayName)

      The human-readable display name of the registry record.

      Parameters:
      displayName - The human-readable display name of the registry record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      RegistryRecordSummary.Builder description(String description)

      A description of the registry record.

      Parameters:
      description - A description of the registry record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recordType

      RegistryRecordSummary.Builder recordType(String recordType)

      The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.

      Parameters:
      recordType - The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • recordType

      RegistryRecordSummary.Builder recordType(RecordType recordType)

      The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.

      Parameters:
      recordType - The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • recordVersion

      RegistryRecordSummary.Builder recordVersion(String recordVersion)

      The version identifier of the registry record.

      Parameters:
      recordVersion - The version identifier of the registry record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The lifecycle status of the registry record.

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

      The lifecycle status of the registry record.

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

      RegistryRecordSummary.Builder createdAt(Instant createdAt)

      The timestamp when the registry record was created.

      Parameters:
      createdAt - The timestamp when the registry record was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      RegistryRecordSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the registry record was last updated.

      Parameters:
      updatedAt - The timestamp when the registry record was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.