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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CalculateAuditVolumeCollectedDetailsbuild()CalculateAuditVolumeCollectedDetails.Buildercopy(CalculateAuditVolumeCollectedDetails model)CalculateAuditVolumeCollectedDetails.BuildertimeFromMonth(Date timeFromMonth)The date from which the audit volume collected by data safe has to be calculated, in the format defined by RFC3339.CalculateAuditVolumeCollectedDetails.BuildertimeToMonth(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- 
timeFromMonthpublic 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
 
 - 
timeToMonthpublic 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
 
 - 
buildpublic CalculateAuditVolumeCollectedDetails build() 
 - 
copypublic CalculateAuditVolumeCollectedDetails.Builder copy(CalculateAuditVolumeCollectedDetails model) 
 
- 
 
-