Class IdNamespaceReference.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.IdNamespaceReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<IdNamespaceReference>
- Enclosing interface:
IdNamespaceReference
@Stability(Stable)
public static final class IdNamespaceReference.Builder
extends Object
implements software.amazon.jsii.Builder<IdNamespaceReference>
A builder for
IdNamespaceReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.idNamespaceArn
(String idNamespaceArn) Sets the value ofIdNamespaceReference.getIdNamespaceArn()
idNamespaceName
(String idNamespaceName) Sets the value ofIdNamespaceReference.getIdNamespaceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idNamespaceArn
Sets the value ofIdNamespaceReference.getIdNamespaceArn()
- Parameters:
idNamespaceArn
- The ARN of the IdNamespace resource. This parameter is required.- Returns:
this
-
idNamespaceName
Sets the value ofIdNamespaceReference.getIdNamespaceName()
- Parameters:
idNamespaceName
- The IdNamespaceName of the IdNamespace resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<IdNamespaceReference>
- Returns:
- a new instance of
IdNamespaceReference
- Throws:
NullPointerException
- if any required attribute was not provided
-