CopyableBuilder<ChangeInfo.Builder,ChangeInfo>, SdkBuilder<ChangeInfo.Builder,ChangeInfo>public static interface ChangeInfo.Builder extends CopyableBuilder<ChangeInfo.Builder,ChangeInfo>
| Modifier and Type | Method | Description |
|---|---|---|
ChangeInfo.Builder |
comment(String comment) |
A complex type that describes change information about changes made to your hosted zone.
|
ChangeInfo.Builder |
id(String id) |
The ID of the request.
|
ChangeInfo.Builder |
status(String status) |
The current state of the request.
|
ChangeInfo.Builder |
status(ChangeStatus status) |
The current state of the request.
|
ChangeInfo.Builder |
submittedAt(Date submittedAt) |
The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC).
|
copyapply, buildChangeInfo.Builder id(String id)
The ID of the request.
id - The ID of the request.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.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.ChangeStatusChangeInfo.Builder submittedAt(Date 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 complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
comment - A complex type that describes change information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.