public static interface PtrUpdateStatus.Builder extends SdkPojo, CopyableBuilder<PtrUpdateStatus.Builder,PtrUpdateStatus>
Modifier and Type | Method and Description |
---|---|
PtrUpdateStatus.Builder |
reason(String reason)
The reason for the PTR record update.
|
PtrUpdateStatus.Builder |
status(String status)
The status of the PTR record update.
|
PtrUpdateStatus.Builder |
value(String value)
The value for the PTR record update.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PtrUpdateStatus.Builder value(String value)
The value for the PTR record update.
value
- The value for the PTR record update.PtrUpdateStatus.Builder status(String status)
The status of the PTR record update.
status
- The status of the PTR record update.PtrUpdateStatus.Builder reason(String reason)
The reason for the PTR record update.
reason
- The reason for the PTR record update.Copyright © 2022. All rights reserved.