public static class EstimateReleaseDataSizeResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EstimateReleaseDataSizeResult |
build() |
EstimateReleaseDataSizeResult.Builder |
copy(EstimateReleaseDataSizeResult model) |
EstimateReleaseDataSizeResult.Builder |
sizeInBytes(Long sizeInBytes)
This is the size in bytes
|
EstimateReleaseDataSizeResult.Builder |
timeDataEnded(Date timeDataEnded)
This is the end of the time range of data to be released.
|
EstimateReleaseDataSizeResult.Builder |
timeDataStarted(Date timeDataStarted)
This is the start of the time range of data to be released
|
public EstimateReleaseDataSizeResult.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time range of data to be released. timeDataStarted and timeDataEnded delineate the time range of the recalled data to be released. They may not be exact the same as the parameters in the request input (EstimateReleaseDataSizeDetails).
timeDataEnded
- the value to setpublic EstimateReleaseDataSizeResult.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time range of data to be released
timeDataStarted
- the value to setpublic EstimateReleaseDataSizeResult.Builder sizeInBytes(Long sizeInBytes)
This is the size in bytes
sizeInBytes
- the value to setpublic EstimateReleaseDataSizeResult build()
public EstimateReleaseDataSizeResult.Builder copy(EstimateReleaseDataSizeResult model)
Copyright © 2016–2024. All rights reserved.