Interface R53HostedZoneDeletionState.Builder

All Superinterfaces:
Buildable, CopyableBuilder<R53HostedZoneDeletionState.Builder,R53HostedZoneDeletionState>, SdkBuilder<R53HostedZoneDeletionState.Builder,R53HostedZoneDeletionState>, SdkPojo
Enclosing class:
R53HostedZoneDeletionState

public static interface R53HostedZoneDeletionState.Builder extends SdkPojo, CopyableBuilder<R53HostedZoneDeletionState.Builder,R53HostedZoneDeletionState>
  • Method Details

    • 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:
    • 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:
    • 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.