Interface R53HostedZoneDeletionState.Builder

    • Method Detail

      • code

        R53HostedZoneDeletionState.Builder code​(String code)

        The status code for the deletion state.

        Following are the possible values:

        • SUCCEEDED - The hosted zone was successfully deleted.

        • PENDING - The hosted zone deletion is in progress.

        • FAILED - The hosted zone deletion failed.

        • STARTED - The hosted zone deletion started.

        Parameters:
        code - The status code for the deletion state.

        Following are the possible values:

        • SUCCEEDED - The hosted zone was successfully deleted.

        • PENDING - The hosted zone deletion is in progress.

        • FAILED - The hosted zone deletion failed.

        • STARTED - The hosted zone deletion started.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        R53HostedZoneDeletionStateCode, R53HostedZoneDeletionStateCode
      • code

        R53HostedZoneDeletionState.Builder code​(R53HostedZoneDeletionStateCode code)

        The status code for the deletion state.

        Following are the possible values:

        • SUCCEEDED - The hosted zone was successfully deleted.

        • PENDING - The hosted zone deletion is in progress.

        • FAILED - The hosted zone deletion failed.

        • STARTED - The hosted zone deletion started.

        Parameters:
        code - The status code for the deletion state.

        Following are the possible values:

        • SUCCEEDED - The hosted zone was successfully deleted.

        • PENDING - The hosted zone deletion is in progress.

        • FAILED - The hosted zone deletion failed.

        • STARTED - The hosted zone deletion started.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        R53HostedZoneDeletionStateCode, R53HostedZoneDeletionStateCode
      • message

        R53HostedZoneDeletionState.Builder message​(String message)

        The message that describes the reason for the status code.

        Parameters:
        message - The message that describes the reason for the status code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.