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