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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeterministicEncryptionDateFormatEntry
build()
DeterministicEncryptionDateFormatEntry.Builder
copy(DeterministicEncryptionDateFormatEntry model)
DeterministicEncryptionDateFormatEntry.Builder
description(String description)
DeterministicEncryptionDateFormatEntry.Builder
endDate(Date endDate)
The upper bound of the range within which all the original column values fall.DeterministicEncryptionDateFormatEntry.Builder
startDate(Date startDate)
The lower bound of the range within which all the original column values fall.
-
-
-
Method Detail
-
description
public DeterministicEncryptionDateFormatEntry.Builder description(String description)
-
startDate
public 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
-
endDate
public 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
-
build
public DeterministicEncryptionDateFormatEntry build()
-
copy
public DeterministicEncryptionDateFormatEntry.Builder copy(DeterministicEncryptionDateFormatEntry model)
-
-