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