Interface Schedule.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Schedule.Builder,,- Schedule> - SdkBuilder<Schedule.Builder,,- Schedule> - SdkPojo
- Enclosing class:
- Schedule
@Mutable
@NotThreadSafe
public static interface Schedule.Builder
extends SdkPojo, CopyableBuilder<Schedule.Builder,Schedule> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the EndTime property for this object.refreshFrequency(String refreshFrequency) Sets the value of the RefreshFrequency property for this object.Sets the value of the StartTime property for this object.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- 
startTimeSets the value of the StartTime property for this object.- Parameters:
- startTime- The new value for the StartTime property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeSets the value of the EndTime property for this object.- Parameters:
- endTime- The new value for the EndTime property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
refreshFrequencySets the value of the RefreshFrequency property for this object.- Parameters:
- refreshFrequency- The new value for the RefreshFrequency property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-