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