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