Interface RegistryRecordSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegistryRecordSummary.Builder,,RegistryRecordSummary> SdkBuilder<RegistryRecordSummary.Builder,,RegistryRecordSummary> SdkPojo
- Enclosing class:
RegistryRecordSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the registry record was created.The ID of the Amazon Web Services account that created the registry record.createdByAutoDetection(Boolean createdByAutoDetection) Specifies whether the registry record was created by auto-detection.description(String description) A description of the registry record.displayName(String displayName) The human-readable display name of the registry record.The name of the registry record.provenanceSummaryList(Collection<ProvenanceSummary> provenanceSummaryList) Sets the value of the ProvenanceSummaryList property for this object.provenanceSummaryList(Consumer<ProvenanceSummary.Builder>... provenanceSummaryList) Sets the value of the ProvenanceSummaryList property for this object.provenanceSummaryList(ProvenanceSummary... provenanceSummaryList) Sets the value of the ProvenanceSummaryList property for this object.The Amazon Resource Name (ARN) of the registry record.The unique identifier of the registry record.recordType(String recordType) The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.recordType(RecordType recordType) The type of the registry record, such as MCP, AGENT, SKILL, or CUSTOM.recordVersion(String recordVersion) The version identifier of the registry record.registryArn(String registryArn) The Amazon Resource Name (ARN) of the parent registry that owns the record.The lifecycle status of the registry record.status(RegistryRecordStatus status) The lifecycle status of the registry record.The timestamp when the registry record was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
registryArn
The Amazon Resource Name (ARN) of the parent registry that owns the record.
- Parameters:
registryArn- The Amazon Resource Name (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
The Amazon Resource Name (ARN) of the registry record.
- Parameters:
recordArn- The Amazon Resource Name (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
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
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
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
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
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
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
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.
-
createdByAutoDetection
Specifies whether the registry record was created by auto-detection.
trueindicates the record was automatically created by the service based on the registry's auto-detection configuration;falseindicates the record was created through a control-plane API call.- Parameters:
createdByAutoDetection- Specifies whether the registry record was created by auto-detection.trueindicates the record was automatically created by the service based on the registry's auto-detection configuration;falseindicates the record was created through a control-plane API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The ID of the Amazon Web Services account that created the registry record.
- Parameters:
createdBy- The ID of the Amazon Web Services account that created the registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provenanceSummaryList
RegistryRecordSummary.Builder provenanceSummaryList(Collection<ProvenanceSummary> provenanceSummaryList) Sets the value of the ProvenanceSummaryList property for this object.- Parameters:
provenanceSummaryList- The new value for the ProvenanceSummaryList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provenanceSummaryList
Sets the value of the ProvenanceSummaryList property for this object.- Parameters:
provenanceSummaryList- The new value for the ProvenanceSummaryList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provenanceSummaryList
RegistryRecordSummary.Builder provenanceSummaryList(Consumer<ProvenanceSummary.Builder>... provenanceSummaryList) Sets the value of the ProvenanceSummaryList property for this object. This is a convenience method that creates an instance of theProvenanceSummary.Builderavoiding the need to create one manually viaProvenanceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprovenanceSummaryList(List<ProvenanceSummary>).- Parameters:
provenanceSummaryList- a consumer that will call methods onProvenanceSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-