Package com.oracle.bmc.datasafe.model
Class DeterministicEncryptionDateFormatEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.DeterministicEncryptionDateFormatEntry.Builder
 
- 
- Enclosing class:
- DeterministicEncryptionDateFormatEntry
 
 public static class DeterministicEncryptionDateFormatEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeterministicEncryptionDateFormatEntrybuild()DeterministicEncryptionDateFormatEntry.Buildercopy(DeterministicEncryptionDateFormatEntry model)DeterministicEncryptionDateFormatEntry.Builderdescription(String description)DeterministicEncryptionDateFormatEntry.BuilderendDate(Date endDate)The upper bound of the range within which all the original column values fall.DeterministicEncryptionDateFormatEntry.BuilderstartDate(Date startDate)The lower bound of the range within which all the original column values fall.
 
- 
- 
- 
Method Detail- 
descriptionpublic DeterministicEncryptionDateFormatEntry.Builder description(String description) 
 - 
startDatepublic DeterministicEncryptionDateFormatEntry.Builder startDate(Date startDate) The lower bound of the range within which all the original column values fall.The start date must be less than or equal to the end date. - Parameters:
- startDate- the value to set
- Returns:
- this builder
 
 - 
endDatepublic DeterministicEncryptionDateFormatEntry.Builder endDate(Date endDate) The upper bound of the range within which all the original column values fall.The end date must be greater than or equal to the start date. - Parameters:
- endDate- the value to set
- Returns:
- this builder
 
 - 
buildpublic DeterministicEncryptionDateFormatEntry build() 
 - 
copypublic DeterministicEncryptionDateFormatEntry.Builder copy(DeterministicEncryptionDateFormatEntry model) 
 
- 
 
-