Interface RegistryRecordSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegistryRecordSummary.Builder,,RegistryRecordSummary> SdkBuilder<RegistryRecordSummary.Builder,,RegistryRecordSummary> SdkPojo
- Enclosing class:
RegistryRecordSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when the registry record was created.description(String description) A description of the registry record.default RegistryRecordSummary.Builderdescriptors(Consumer<Descriptors.Builder> descriptors) The descriptor configurations for this registry record.descriptors(Descriptors descriptors) The descriptor configurations for this registry record.descriptorType(String descriptorType) The type of descriptor associated with this registry record.descriptorType(DescriptorType descriptorType) The type of descriptor associated with this registry record.The name of the registry record.The Amazon Resource Name (ARN) of the registry record.The unique identifier of the registry record.registryArn(String registryArn) The Amazon Resource Name (ARN) of the registry that this record belongs to.The current status of the registry record.status(RegistryRecordStatus status) The current status of the registry record.The date and time when the registry record was last updated.The version of the registry record.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 registry that this record belongs to.
- Parameters:
registryArn- The Amazon Resource Name (ARN) of the registry that this record belongs to.- 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.
- Parameters:
name- The 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.
-
descriptorType
The type of descriptor associated with this registry record.
- Parameters:
descriptorType- The type of descriptor associated with this registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
descriptorType
The type of descriptor associated with this registry record.
- Parameters:
descriptorType- The type of descriptor associated with this registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
descriptors
The descriptor configurations for this registry record.
- Parameters:
descriptors- The descriptor configurations for this registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
descriptors
The descriptor configurations for this registry record.
This is a convenience method that creates an instance of theDescriptors.Builderavoiding the need to create one manually viaDescriptors.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todescriptors(Descriptors).- Parameters:
descriptors- a consumer that will call methods onDescriptors.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the registry record.
- Parameters:
version- The version of the registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the registry record.
- Parameters:
status- The current status of the registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the registry record.
- Parameters:
status- The current status of the registry record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The date and time when the registry record was created.
- Parameters:
createdAt- The date and time when the registry record was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the registry record was last updated.
- Parameters:
updatedAt- The date and time when the registry record was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-