public static interface UpdateInfoEntry.Builder extends SdkPojo, CopyableBuilder<UpdateInfoEntry.Builder,UpdateInfoEntry>
| Modifier and Type | Method and Description |
|---|---|
UpdateInfoEntry.Builder |
initiatedBy(String initiatedBy)
This specifies if the update was initiated by the customer or by the service team.
|
UpdateInfoEntry.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last updated date and time of a particular directory setting.
|
default UpdateInfoEntry.Builder |
newValue(Consumer<UpdateValue.Builder> newValue)
The new value of the target setting.
|
UpdateInfoEntry.Builder |
newValue(UpdateValue newValue)
The new value of the target setting.
|
default UpdateInfoEntry.Builder |
previousValue(Consumer<UpdateValue.Builder> previousValue)
The old value of the target setting.
|
UpdateInfoEntry.Builder |
previousValue(UpdateValue previousValue)
The old value of the target setting.
|
UpdateInfoEntry.Builder |
region(String region)
The name of the Region.
|
UpdateInfoEntry.Builder |
startTime(Instant startTime)
The start time of the
UpdateDirectorySetup for the particular type. |
UpdateInfoEntry.Builder |
status(String status)
The status of the update performed on the directory.
|
UpdateInfoEntry.Builder |
status(UpdateStatus status)
The status of the update performed on the directory.
|
UpdateInfoEntry.Builder |
statusReason(String statusReason)
The reason for the current status of the update type activity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateInfoEntry.Builder region(String region)
The name of the Region.
region - The name of the Region.UpdateInfoEntry.Builder status(String status)
The status of the update performed on the directory.
status - The status of the update performed on the directory.UpdateStatus,
UpdateStatusUpdateInfoEntry.Builder status(UpdateStatus status)
The status of the update performed on the directory.
status - The status of the update performed on the directory.UpdateStatus,
UpdateStatusUpdateInfoEntry.Builder statusReason(String statusReason)
The reason for the current status of the update type activity.
statusReason - The reason for the current status of the update type activity.UpdateInfoEntry.Builder initiatedBy(String initiatedBy)
This specifies if the update was initiated by the customer or by the service team.
initiatedBy - This specifies if the update was initiated by the customer or by the service team.UpdateInfoEntry.Builder newValue(UpdateValue newValue)
The new value of the target setting.
newValue - The new value of the target setting.default UpdateInfoEntry.Builder newValue(Consumer<UpdateValue.Builder> newValue)
The new value of the target setting.
This is a convenience method that creates an instance of theUpdateValue.Builder avoiding the need to
create one manually via UpdateValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to newValue(UpdateValue).
newValue - a consumer that will call methods on UpdateValue.BuildernewValue(UpdateValue)UpdateInfoEntry.Builder previousValue(UpdateValue previousValue)
The old value of the target setting.
previousValue - The old value of the target setting.default UpdateInfoEntry.Builder previousValue(Consumer<UpdateValue.Builder> previousValue)
The old value of the target setting.
This is a convenience method that creates an instance of theUpdateValue.Builder avoiding the need to
create one manually via UpdateValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to previousValue(UpdateValue).
previousValue - a consumer that will call methods on UpdateValue.BuilderpreviousValue(UpdateValue)UpdateInfoEntry.Builder startTime(Instant startTime)
The start time of the UpdateDirectorySetup for the particular type.
startTime - The start time of the UpdateDirectorySetup for the particular type.UpdateInfoEntry.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last updated date and time of a particular directory setting.
lastUpdatedDateTime - The last updated date and time of a particular directory setting.Copyright © 2023. All rights reserved.