public static interface R53HostedZoneDeletionState.Builder extends SdkPojo, CopyableBuilder<R53HostedZoneDeletionState.Builder,R53HostedZoneDeletionState>
| Modifier and Type | Method and Description |
|---|---|
R53HostedZoneDeletionState.Builder |
code(R53HostedZoneDeletionStateCode code)
The status code for the deletion state.
|
R53HostedZoneDeletionState.Builder |
code(String code)
The status code for the deletion state.
|
R53HostedZoneDeletionState.Builder |
message(String message)
The message that describes the reason for the status code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildR53HostedZoneDeletionState.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.
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.
R53HostedZoneDeletionStateCode,
R53HostedZoneDeletionStateCodeR53HostedZoneDeletionState.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.
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.
R53HostedZoneDeletionStateCode,
R53HostedZoneDeletionStateCodeR53HostedZoneDeletionState.Builder message(String message)
The message that describes the reason for the status code.
message - The message that describes the reason for the status code.Copyright © 2022. All rights reserved.