Interface OnDemandConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OnDemandConfiguration.Builder,OnDemandConfiguration>,SdkBuilder<OnDemandConfiguration.Builder,OnDemandConfiguration>,SdkPojo
- Enclosing class:
- OnDemandConfiguration
public static interface OnDemandConfiguration.Builder extends SdkPojo, CopyableBuilder<OnDemandConfiguration.Builder,OnDemandConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OnDemandConfiguration.BuilderendTime(String endTime)The end time for data pull from the source as an Unix/epoch string in millisecondsOnDemandConfiguration.BuilderstartTime(String startTime)The start time for data pull from the source as an Unix/epoch string in milliseconds-
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
-
startTime
OnDemandConfiguration.Builder startTime(String startTime)
The start time for data pull from the source as an Unix/epoch string in milliseconds
- Parameters:
startTime- The start time for data pull from the source as an Unix/epoch string in milliseconds- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
OnDemandConfiguration.Builder endTime(String endTime)
The end time for data pull from the source as an Unix/epoch string in milliseconds
- Parameters:
endTime- The end time for data pull from the source as an Unix/epoch string in milliseconds- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-