Class RegistryRecordReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.agentregistry.RegistryRecordReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RegistryRecordReference>
- Enclosing interface:
RegistryRecordReference
@Stability(Stable)
public static final class RegistryRecordReference.Builder
extends Object
implements software.amazon.jsii.Builder<RegistryRecordReference>
A builder for
RegistryRecordReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofRegistryRecordReference.getRecordArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recordArn
Sets the value ofRegistryRecordReference.getRecordArn()- Parameters:
recordArn- The RecordArn of the RegistryRecord resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RegistryRecordReference>- Returns:
- a new instance of
RegistryRecordReference - Throws:
NullPointerException- if any required attribute was not provided
-