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, sdkFields
copy
applyMutation, build
LastUpdateStatus.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
,
LastUpdateStatusValue
LastUpdateStatus.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
,
LastUpdateStatusValue
LastUpdateStatus.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 © 2022. All rights reserved.