public static interface ChangeInfo.Builder extends SdkPojo, CopyableBuilder<ChangeInfo.Builder,ChangeInfo>
| Modifier and Type | Method and Description |
|---|---|
ChangeInfo.Builder |
comment(String comment)
A comment you can provide.
|
ChangeInfo.Builder |
id(String id)
This element contains an ID that you use when performing a GetChange action to get
detailed information about the change.
|
ChangeInfo.Builder |
status(ChangeStatus status)
The current state of the request.
|
ChangeInfo.Builder |
status(String status)
The current state of the request.
|
ChangeInfo.Builder |
submittedAt(Instant submittedAt)
The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeInfo.Builder id(String id)
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
id - This element contains an ID that you use when performing a GetChange action
to get detailed information about the change.ChangeInfo.Builder status(String status)
The current state of the request. PENDING indicates that this request has not yet been applied
to all Amazon Route 53 DNS servers.
status - The current state of the request. PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.ChangeStatus,
ChangeStatusChangeInfo.Builder status(ChangeStatus status)
The current state of the request. PENDING indicates that this request has not yet been applied
to all Amazon Route 53 DNS servers.
status - The current state of the request. PENDING indicates that this request has not yet been
applied to all Amazon Route 53 DNS servers.ChangeStatus,
ChangeStatusChangeInfo.Builder submittedAt(Instant submittedAt)
The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For
example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.
submittedAt - The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time
(UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at
17:48:16.751 UTC.ChangeInfo.Builder comment(String comment)
A comment you can provide.
comment - A comment you can provide.Copyright © 2023. All rights reserved.