Interface Batch.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Batch.Builder,Batch>,SdkBuilder<Batch.Builder,Batch>,SdkPojo
- Enclosing class:
- Batch
public static interface Batch.Builder extends SdkPojo, CopyableBuilder<Batch.Builder,Batch>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Batch.BuilderendTime(Instant endTime)End time of batch to split ingestion.Batch.BuilderstartTime(Instant startTime)Start time of batch to split ingestion.-
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, sdkFields
-
-
-
-
Method Detail
-
startTime
Batch.Builder startTime(Instant startTime)
Start time of batch to split ingestion.
- Parameters:
startTime- Start time of batch to split ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
Batch.Builder endTime(Instant endTime)
End time of batch to split ingestion.
- Parameters:
endTime- End time of batch to split ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-