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
Modifier and TypeMethodDescriptionThe end time for data pull from the source as an Unix/epoch string in millisecondsThe start time for data pull from the source as an Unix/epoch string in millisecondsMethods 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 Details
-
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
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.
-