Interface HostedZoneFailureReasons.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HostedZoneFailureReasons.Builder,,HostedZoneFailureReasons> SdkBuilder<HostedZoneFailureReasons.Builder,,HostedZoneFailureReasons> SdkPojo
- Enclosing class:
HostedZoneFailureReasons
@Mutable
@NotThreadSafe
public static interface HostedZoneFailureReasons.Builder
extends SdkPojo, CopyableBuilder<HostedZoneFailureReasons.Builder,HostedZoneFailureReasons>
-
Method Summary
Modifier and TypeMethodDescriptionacceleratedRecovery(String acceleratedRecovery) The reason why accelerated recovery failed to be enabled or disabled for the hosted zone, if applicable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
acceleratedRecovery
The reason why accelerated recovery failed to be enabled or disabled for the hosted zone, if applicable.
- Parameters:
acceleratedRecovery- The reason why accelerated recovery failed to be enabled or disabled for the hosted zone, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-