Class EstimateReleaseDataSizeDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.EstimateReleaseDataSizeDetails.Builder
-
- Enclosing class:
- EstimateReleaseDataSizeDetails
public static class EstimateReleaseDataSizeDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EstimateReleaseDataSizeDetails
build()
EstimateReleaseDataSizeDetails.Builder
copy(EstimateReleaseDataSizeDetails model)
EstimateReleaseDataSizeDetails.Builder
timeDataEnded(Date timeDataEnded)
This is the end of the time range for the data to be releasedEstimateReleaseDataSizeDetails.Builder
timeDataStarted(Date timeDataStarted)
This is the start of the time range for the data to be released
-
-
-
Method Detail
-
timeDataStarted
public EstimateReleaseDataSizeDetails.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time range for the data to be released- Parameters:
timeDataStarted
- the value to set- Returns:
- this builder
-
timeDataEnded
public EstimateReleaseDataSizeDetails.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time range for the data to be released- Parameters:
timeDataEnded
- the value to set- Returns:
- this builder
-
build
public EstimateReleaseDataSizeDetails build()
-
copy
public EstimateReleaseDataSizeDetails.Builder copy(EstimateReleaseDataSizeDetails model)
-
-