Class CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty>
- Enclosing interface:
CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty
@Stability(Stable)
public static final class CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty>
A builder for
CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputSourceArn(String inputSourceArn) schemaName(String schemaName) Sets the value ofCfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty.getSchemaName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputSourceArn
@Stability(Stable) public CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty.Builder inputSourceArn(String inputSourceArn) - Parameters:
inputSourceArn- An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.- Returns:
this
-
schemaName
@Stability(Stable) public CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty.Builder schemaName(String schemaName) Sets the value ofCfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty.getSchemaName()- Parameters:
schemaName- The name of the schema.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty>- Returns:
- a new instance of
CfnIdNamespacePropsMixin.IdNamespaceInputSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-