Interface IncrementalRunConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IncrementalRunConfig.Builder,,- IncrementalRunConfig> - SdkBuilder<IncrementalRunConfig.Builder,,- IncrementalRunConfig> - SdkPojo
- Enclosing class:
- IncrementalRunConfig
@Mutable
@NotThreadSafe
public static interface IncrementalRunConfig.Builder
extends SdkPojo, CopyableBuilder<IncrementalRunConfig.Builder,IncrementalRunConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionincrementalRunType(String incrementalRunType) The type of incremental run.incrementalRunType(IncrementalRunType incrementalRunType) The type of incremental run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
incrementalRunTypeThe type of incremental run. The only valid value is IMMEDIATE. This appears as "Automatic" in the console.For workflows where resolutionTypeisML_MATCHINGorPROVIDER, incremental processing is not supported.- Parameters:
- incrementalRunType- The type of incremental run. The only valid value is- IMMEDIATE. This appears as "Automatic" in the console.- For workflows where - resolutionTypeis- ML_MATCHINGor- PROVIDER, incremental processing is not supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
incrementalRunTypeThe type of incremental run. The only valid value is IMMEDIATE. This appears as "Automatic" in the console.For workflows where resolutionTypeisML_MATCHINGorPROVIDER, incremental processing is not supported.- Parameters:
- incrementalRunType- The type of incremental run. The only valid value is- IMMEDIATE. This appears as "Automatic" in the console.- For workflows where - resolutionTypeis- ML_MATCHINGor- PROVIDER, incremental processing is not supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-