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