Interface Range.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Range.Builder,,Range> SdkBuilder<Range.Builder,,Range> SdkPojo
- Enclosing class:
 Range
- 
Method Summary
Modifier and TypeMethodDescriptionThe end time of the range to exclude.The start time of the range to exclude.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
startTime
The start time of the range to exclude. The format is
yyyy-MM-dd'T'HH:mm:ss. For example,2019-07-01T23:59:59.- Parameters:
 startTime- The start time of the range to exclude. The format isyyyy-MM-dd'T'HH:mm:ss. For example,2019-07-01T23:59:59.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
endTime
The end time of the range to exclude. The format is
yyyy-MM-dd'T'HH:mm:ss. For example,2019-07-01T23:59:59.- Parameters:
 endTime- The end time of the range to exclude. The format isyyyy-MM-dd'T'HH:mm:ss. For example,2019-07-01T23:59:59.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -