Class CfnCrawler.DynamoDBTargetProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnCrawler.DynamoDBTargetProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCrawler.DynamoDBTargetProperty>
- Enclosing interface:
CfnCrawler.DynamoDBTargetProperty
@Stability(Stable)
public static final class CfnCrawler.DynamoDBTargetProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCrawler.DynamoDBTargetProperty>
A builder for
CfnCrawler.DynamoDBTargetProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnCrawler.DynamoDBTargetProperty.getPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
path
Sets the value ofCfnCrawler.DynamoDBTargetProperty.getPath()
- Parameters:
path
- The name of the DynamoDB table to crawl.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCrawler.DynamoDBTargetProperty>
- Returns:
- a new instance of
CfnCrawler.DynamoDBTargetProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-