Interface ChangeInfo.Builder

    • Method Detail

      • id

        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.

        Parameters:
        id - This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        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.

        Parameters:
        status - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeStatus, ChangeStatus
      • status

        ChangeInfo.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.

        Parameters:
        status - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeStatus, ChangeStatus
      • submittedAt

        ChangeInfo.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • comment

        ChangeInfo.Builder comment​(String comment)

        A comment you can provide.

        Parameters:
        comment - A comment you can provide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.