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