Interface IncrementalRunConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IncrementalRunConfig.Builder,IncrementalRunConfig>,SdkBuilder<IncrementalRunConfig.Builder,IncrementalRunConfig>,SdkPojo
- Enclosing class:
- IncrementalRunConfig
public static interface IncrementalRunConfig.Builder extends SdkPojo, CopyableBuilder<IncrementalRunConfig.Builder,IncrementalRunConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IncrementalRunConfig.BuilderincrementalRunType(String incrementalRunType)The type of incremental run.IncrementalRunConfig.BuilderincrementalRunType(IncrementalRunType incrementalRunType)The type of incremental run.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
incrementalRunType
IncrementalRunConfig.Builder incrementalRunType(String incrementalRunType)
The type of incremental run. It takes only one value:
IMMEDIATE.- Parameters:
incrementalRunType- The type of incremental run. It takes only one value:IMMEDIATE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IncrementalRunType,IncrementalRunType
-
incrementalRunType
IncrementalRunConfig.Builder incrementalRunType(IncrementalRunType incrementalRunType)
The type of incremental run. It takes only one value:
IMMEDIATE.- Parameters:
incrementalRunType- The type of incremental run. It takes only one value:IMMEDIATE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IncrementalRunType,IncrementalRunType
-
-