public static interface LastUpdateStatus.Builder extends SdkPojo, CopyableBuilder<LastUpdateStatus.Builder,LastUpdateStatus>
| Modifier and Type | Method and Description |
|---|---|
LastUpdateStatus.Builder |
failureReason(String failureReason)
If the update wasn't successful, indicates the reason why it failed.
|
LastUpdateStatus.Builder |
status(LastUpdateStatusValue status)
A value that indicates whether the update was made successful.
|
LastUpdateStatus.Builder |
status(String status)
A value that indicates whether the update was made successful.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLastUpdateStatus.Builder status(String status)
A value that indicates whether the update was made successful.
status - A value that indicates whether the update was made successful.LastUpdateStatusValue,
LastUpdateStatusValueLastUpdateStatus.Builder status(LastUpdateStatusValue status)
A value that indicates whether the update was made successful.
status - A value that indicates whether the update was made successful.LastUpdateStatusValue,
LastUpdateStatusValueLastUpdateStatus.Builder failureReason(String failureReason)
If the update wasn't successful, indicates the reason why it failed.
failureReason - If the update wasn't successful, indicates the reason why it failed.Copyright © 2023. All rights reserved.