Class CfnHostedZonePropsMixin.HostedZoneFeaturesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53.CfnHostedZonePropsMixin.HostedZoneFeaturesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHostedZonePropsMixin.HostedZoneFeaturesProperty>
- Enclosing interface:
CfnHostedZonePropsMixin.HostedZoneFeaturesProperty
@Stability(Stable)
public static final class CfnHostedZonePropsMixin.HostedZoneFeaturesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHostedZonePropsMixin.HostedZoneFeaturesProperty>
A builder for
CfnHostedZonePropsMixin.HostedZoneFeaturesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enableAcceleratedRecovery(Boolean enableAcceleratedRecovery) enableAcceleratedRecovery(IResolvable enableAcceleratedRecovery)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableAcceleratedRecovery
@Stability(Stable) public CfnHostedZonePropsMixin.HostedZoneFeaturesProperty.Builder enableAcceleratedRecovery(Boolean enableAcceleratedRecovery) - Parameters:
enableAcceleratedRecovery- the value to be set.- Returns:
this
-
enableAcceleratedRecovery
@Stability(Stable) public CfnHostedZonePropsMixin.HostedZoneFeaturesProperty.Builder enableAcceleratedRecovery(IResolvable enableAcceleratedRecovery) - Parameters:
enableAcceleratedRecovery- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHostedZonePropsMixin.HostedZoneFeaturesProperty>- Returns:
- a new instance of
CfnHostedZonePropsMixin.HostedZoneFeaturesProperty - Throws:
NullPointerException- if any required attribute was not provided
-