Interface Batch.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Batch.Builder,
,Batch> SdkBuilder<Batch.Builder,
,Batch> SdkPojo
- Enclosing class:
Batch
@Mutable
@NotThreadSafe
public static interface Batch.Builder
extends SdkPojo, CopyableBuilder<Batch.Builder,Batch>
-
Method Summary
Modifier and TypeMethodDescriptionEnd time of batch to split ingestion.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-