Class CfnMatchingWorkflow.IntermediateSourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.IntermediateSourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow.IntermediateSourceConfigurationProperty>
- Enclosing interface:
CfnMatchingWorkflow.IntermediateSourceConfigurationProperty
@Stability(Stable)
public static final class CfnMatchingWorkflow.IntermediateSourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow.IntermediateSourceConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.intermediateS3Path(String intermediateS3Path)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
intermediateS3Path
@Stability(Stable) public CfnMatchingWorkflow.IntermediateSourceConfigurationProperty.Builder intermediateS3Path(String intermediateS3Path) Sets the value ofCfnMatchingWorkflow.IntermediateSourceConfigurationProperty.getIntermediateS3Path()- Parameters:
intermediateS3Path- The Amazon S3 location (bucket and prefix). This parameter is required. For example:s3://provider_bucket/DOC-EXAMPLE-BUCKET- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflow.IntermediateSourceConfigurationProperty>- Returns:
- a new instance of
CfnMatchingWorkflow.IntermediateSourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-