Interface HarvesterScheduleConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HarvesterScheduleConfiguration.Builder,
,HarvesterScheduleConfiguration> SdkBuilder<HarvesterScheduleConfiguration.Builder,
,HarvesterScheduleConfiguration> SdkPojo
- Enclosing class:
HarvesterScheduleConfiguration
@Mutable
@NotThreadSafe
public static interface HarvesterScheduleConfiguration.Builder
extends SdkPojo, CopyableBuilder<HarvesterScheduleConfiguration.Builder,HarvesterScheduleConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time for the harvest job.The start time for the harvest job.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
The start time for the harvest job.
- Parameters:
startTime
- The start time for the harvest job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time for the harvest job.
- Parameters:
endTime
- The end time for the harvest job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-