Package com.oracle.bmc.datasafe.model
Class CalculateAuditVolumeCollectedDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.CalculateAuditVolumeCollectedDetails.Builder
-
- Enclosing class:
- CalculateAuditVolumeCollectedDetails
public static class CalculateAuditVolumeCollectedDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalculateAuditVolumeCollectedDetails
build()
CalculateAuditVolumeCollectedDetails.Builder
copy(CalculateAuditVolumeCollectedDetails model)
CalculateAuditVolumeCollectedDetails.Builder
timeFromMonth(Date timeFromMonth)
The date from which the audit volume collected by data safe has to be calculated, in the format defined by RFC3339.CalculateAuditVolumeCollectedDetails.Builder
timeToMonth(Date timeToMonth)
The date from which the audit volume collected by data safe has to be calculated, in the format defined by RFC3339.
-
-
-
Method Detail
-
timeFromMonth
public CalculateAuditVolumeCollectedDetails.Builder timeFromMonth(Date timeFromMonth)
The date from which the audit volume collected by data safe has to be calculated, in the format defined by RFC3339.- Parameters:
timeFromMonth
- the value to set- Returns:
- this builder
-
timeToMonth
public CalculateAuditVolumeCollectedDetails.Builder timeToMonth(Date timeToMonth)
The date from which the audit volume collected by data safe has to be calculated, in the format defined by RFC3339.If not specified, this will default to the current date.
- Parameters:
timeToMonth
- the value to set- Returns:
- this builder
-
build
public CalculateAuditVolumeCollectedDetails build()
-
copy
public CalculateAuditVolumeCollectedDetails.Builder copy(CalculateAuditVolumeCollectedDetails model)
-
-