Builder

class Builder

Properties

Link copied to clipboard

The updated description for the registry record. To clear the description, include the UpdatedDescription wrapper with optionalValue not specified.

Link copied to clipboard

The updated descriptor-type-specific configuration containing the resource schema and metadata. Uses PATCH semantics where individual descriptor fields can be updated independently.

Link copied to clipboard

The updated descriptor type for the registry record. Changing the descriptor type may require updating the descriptors field to match the new type's schema requirements.

Link copied to clipboard
var name: String?

The updated name for the registry record.

Link copied to clipboard

The identifier of the registry record to update. You can specify either the Amazon Resource Name (ARN) or the ID of the record.

Link copied to clipboard

The version of the registry record for optimistic locking. If provided, it must match the current version of the record. The service automatically increments the version after a successful update.

Link copied to clipboard

The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

Link copied to clipboard

The updated synchronization configuration for the registry record.

Link copied to clipboard

The updated synchronization type for the registry record.

Link copied to clipboard

Whether to trigger synchronization using the stored or provided configuration. When set to true, the service will synchronize the record metadata from the configured external source.

Functions