Class CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty>
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty
@Stability(Stable)
public static final class CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.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 CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.Builder intermediateS3Path(String intermediateS3Path) Sets the value ofCfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.getIntermediateS3Path()- Parameters:
intermediateS3Path- The Amazon S3 location (bucket and prefix). For example:s3://provider_bucket/DOC-EXAMPLE-BUCKET- Returns:
this
-
build
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty>- Returns:
- a new instance of
CfnMatchingWorkflowPropsMixin.IntermediateSourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-