Class CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty>
- Enclosing interface:
CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty
@Stability(Stable)
public static final class CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.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 CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty.Builder intermediateS3Path(String intermediateS3Path) Sets the value ofCfnIdMappingWorkflowPropsMixin.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 CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty>- Returns:
- a new instance of
CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-