Class CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty>
- Enclosing interface:
CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty
@Stability(Stable)
public static final class CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty>
A builder for
CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getBasePath()build()Builds the configured instance.certificateArn(String certificateArn) domainName(String domainName) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getDomainName()endpointConfiguration(String endpointConfiguration) mutualTlsAuthentication(CfnHttpApiPropsMixin.MutualTlsAuthenticationProperty mutualTlsAuthentication) mutualTlsAuthentication(IResolvable mutualTlsAuthentication) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getRoute53()route53(IResolvable route53) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getRoute53()securityPolicy(String securityPolicy)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
basePath
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder basePath(String basePath) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getBasePath()- Parameters:
basePath- the value to be set.- Returns:
this
-
certificateArn
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder certificateArn(String certificateArn) - Parameters:
certificateArn- the value to be set.- Returns:
this
-
domainName
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder domainName(String domainName) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getDomainName()- Parameters:
domainName- the value to be set.- Returns:
this
-
endpointConfiguration
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder endpointConfiguration(String endpointConfiguration) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getEndpointConfiguration()- Parameters:
endpointConfiguration- the value to be set.- Returns:
this
-
mutualTlsAuthentication
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder mutualTlsAuthentication(IResolvable mutualTlsAuthentication) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getMutualTlsAuthentication()- Parameters:
mutualTlsAuthentication- the value to be set.- Returns:
this
-
mutualTlsAuthentication
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder mutualTlsAuthentication(CfnHttpApiPropsMixin.MutualTlsAuthenticationProperty mutualTlsAuthentication) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getMutualTlsAuthentication()- Parameters:
mutualTlsAuthentication- the value to be set.- Returns:
this
-
route53
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder route53(IResolvable route53) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getRoute53()- Parameters:
route53- the value to be set.- Returns:
this
-
route53
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder route53(CfnHttpApiPropsMixin.Route53ConfigurationProperty route53) Sets the value ofCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.getRoute53()- Parameters:
route53- the value to be set.- Returns:
this
-
securityPolicy
@Stability(Stable) public CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty.Builder securityPolicy(String securityPolicy) - Parameters:
securityPolicy- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty>- Returns:
- a new instance of
CfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-