static UpdateInfoEntry.Builder |
UpdateInfoEntry.builder() |
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.initiatedBy(String initiatedBy) |
This specifies if the update was initiated by the customer or by the service team.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The last updated date and time of a particular directory setting.
|
default UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.newValue(Consumer<UpdateValue.Builder> newValue) |
The new value of the target setting.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.newValue(UpdateValue newValue) |
The new value of the target setting.
|
default UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.previousValue(Consumer<UpdateValue.Builder> previousValue) |
The old value of the target setting.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.previousValue(UpdateValue previousValue) |
The old value of the target setting.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.region(String region) |
The name of the Region.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.startTime(Instant startTime) |
The start time of the UpdateDirectorySetup for the particular type.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.status(String status) |
The status of the update performed on the directory.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.status(UpdateStatus status) |
The status of the update performed on the directory.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.Builder.statusReason(String statusReason) |
The reason for the current status of the update type activity.
|
UpdateInfoEntry.Builder |
UpdateInfoEntry.toBuilder() |
|