Class CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty>
- Enclosing interface:
CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty
@Stability(Stable)
public static final class CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.intermediateSourceConfiguration(CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty intermediateSourceConfiguration) intermediateSourceConfiguration(IResolvable intermediateSourceConfiguration) providerConfiguration(Map<String, String> providerConfiguration) providerConfiguration(IResolvable providerConfiguration) providerServiceArn(String providerServiceArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
intermediateSourceConfiguration
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.Builder intermediateSourceConfiguration(IResolvable intermediateSourceConfiguration) Sets the value ofCfnIdMappingWorkflowPropsMixin.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 CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.Builder intermediateSourceConfiguration(CfnIdMappingWorkflowPropsMixin.IntermediateSourceConfigurationProperty intermediateSourceConfiguration) Sets the value ofCfnIdMappingWorkflowPropsMixin.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 CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.Builder providerConfiguration(Map<String, String> providerConfiguration) Sets the value ofCfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.getProviderConfiguration()- Parameters:
providerConfiguration- The required configuration fields to use with the provider service.- Returns:
this
-
providerConfiguration
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.Builder providerConfiguration(IResolvable providerConfiguration) Sets the value ofCfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.getProviderConfiguration()- Parameters:
providerConfiguration- The required configuration fields to use with the provider service.- Returns:
this
-
providerServiceArn
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty.Builder providerServiceArn(String providerServiceArn) - Parameters:
providerServiceArn- The ARN of the provider service.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty>- Returns:
- a new instance of
CfnIdMappingWorkflowPropsMixin.ProviderPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-