public static class CalculateAuditVolumeCollectedDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
timeFromMonth
- the value to setpublic 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.
timeToMonth
- the value to setpublic CalculateAuditVolumeCollectedDetails build()
public CalculateAuditVolumeCollectedDetails.Builder copy(CalculateAuditVolumeCollectedDetails model)
Copyright © 2016–2024. All rights reserved.