Class CfnMatchingWorkflow.ProviderPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.ProviderPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow.ProviderPropertiesProperty>
- Enclosing interface:
CfnMatchingWorkflow.ProviderPropertiesProperty
@Stability(Stable)
public static final class CfnMatchingWorkflow.ProviderPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow.ProviderPropertiesProperty>
A builder for
CfnMatchingWorkflow.ProviderPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.intermediateSourceConfiguration(IResolvable intermediateSourceConfiguration) intermediateSourceConfiguration(CfnMatchingWorkflow.IntermediateSourceConfigurationProperty intermediateSourceConfiguration) providerConfiguration(Map<String, String> providerConfiguration) providerConfiguration(IResolvable providerConfiguration) providerServiceArn(String providerServiceArn) Sets the value ofCfnMatchingWorkflow.ProviderPropertiesProperty.getProviderServiceArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
providerServiceArn
@Stability(Stable) public CfnMatchingWorkflow.ProviderPropertiesProperty.Builder providerServiceArn(String providerServiceArn) Sets the value ofCfnMatchingWorkflow.ProviderPropertiesProperty.getProviderServiceArn()- Parameters:
providerServiceArn- The ARN of the provider service. This parameter is required.- Returns:
this
-
intermediateSourceConfiguration
@Stability(Stable) public CfnMatchingWorkflow.ProviderPropertiesProperty.Builder intermediateSourceConfiguration(IResolvable intermediateSourceConfiguration) Sets the value ofCfnMatchingWorkflow.ProviderPropertiesProperty.getIntermediateSourceConfiguration()- Parameters:
intermediateSourceConfiguration- The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.- Returns:
this
-
intermediateSourceConfiguration
@Stability(Stable) public CfnMatchingWorkflow.ProviderPropertiesProperty.Builder intermediateSourceConfiguration(CfnMatchingWorkflow.IntermediateSourceConfigurationProperty intermediateSourceConfiguration) Sets the value ofCfnMatchingWorkflow.ProviderPropertiesProperty.getIntermediateSourceConfiguration()- Parameters:
intermediateSourceConfiguration- The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.- Returns:
this
-
providerConfiguration
@Stability(Stable) public CfnMatchingWorkflow.ProviderPropertiesProperty.Builder providerConfiguration(Map<String, String> providerConfiguration) - Parameters:
providerConfiguration- The required configuration fields to use with the provider service.- Returns:
this
-
providerConfiguration
@Stability(Stable) public CfnMatchingWorkflow.ProviderPropertiesProperty.Builder providerConfiguration(IResolvable providerConfiguration) - Parameters:
providerConfiguration- The required configuration fields to use with the provider service.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflow.ProviderPropertiesProperty>- Returns:
- a new instance of
CfnMatchingWorkflow.ProviderPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-