Class CfnRegistryRecordPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistryRecordPropsMixin>
- Enclosing class:
CfnRegistryRecordPropsMixin
@Stability(Stable)
public static final class CfnRegistryRecordPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistryRecordPropsMixin>
A fluent builder for
CfnRegistryRecordPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the registry record.The typed set of descriptors for a registry record.descriptors(IResolvable descriptors) The typed set of descriptors for a registry record.displayName(String displayName) The human-readable display name of the registry record.The name of the registry record.recordType(String recordType) The type of the registry record.recordVersion(String recordVersion) The version of the registry record.registryId(String registryId) The identifier of the registry containing the record.Tags to assign to the registry record.
-
Method Details
-
create
@Stability(Stable) public static CfnRegistryRecordPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRegistryRecordPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRegistryRecordPropsMixin.Builder.
-
description
The description of the registry record.- Parameters:
description- The description of the registry record. This parameter is required.- Returns:
this- See Also:
-
descriptors
The typed set of descriptors for a registry record.Exactly one descriptor field is populated based on the record type.
- Parameters:
descriptors- The typed set of descriptors for a registry record. This parameter is required.- Returns:
this- See Also:
-
descriptors
@Stability(Stable) public CfnRegistryRecordPropsMixin.Builder descriptors(CfnRegistryRecordPropsMixin.DescriptorsProperty descriptors) The typed set of descriptors for a registry record.Exactly one descriptor field is populated based on the record type.
- Parameters:
descriptors- The typed set of descriptors for a registry record. This parameter is required.- Returns:
this- See Also:
-
displayName
The human-readable display name of the registry record.- Parameters:
displayName- The human-readable display name of the registry record. This parameter is required.- Returns:
this- See Also:
-
name
The name of the registry record.- Parameters:
name- The name of the registry record. This parameter is required.- Returns:
this- See Also:
-
recordType
The type of the registry record.- Parameters:
recordType- The type of the registry record. This parameter is required.- Returns:
this- See Also:
-
recordVersion
The version of the registry record.- Parameters:
recordVersion- The version of the registry record. This parameter is required.- Returns:
this- See Also:
-
registryId
The identifier of the registry containing the record.- Parameters:
registryId- The identifier of the registry containing the record. This parameter is required.- Returns:
this- See Also:
-
tags
Tags to assign to the registry record.- Parameters:
tags- Tags to assign to the registry record. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistryRecordPropsMixin>- Returns:
- a newly built instance of
CfnRegistryRecordPropsMixin.
-