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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R53HostedZoneDeletionState.Buildercode(String code)The status code for the deletion state.R53HostedZoneDeletionState.Buildercode(R53HostedZoneDeletionStateCode code)The status code for the deletion state.R53HostedZoneDeletionState.Buildermessage(String message)The message that describes the reason for the status code.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-