Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnDomainNameMixinProps.Builder
Packages that use CfnDomainNameMixinProps.Builder
-
Uses of CfnDomainNameMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnDomainNameMixinProps.BuilderModifier and TypeMethodDescriptionCfnDomainNameMixinProps.builder()CfnDomainNameMixinProps.Builder.certificateArn(String certificateArn) Sets the value ofCfnDomainNameMixinProps.getCertificateArn()CfnDomainNameMixinProps.Builder.domainName(String domainName) Sets the value ofCfnDomainNameMixinProps.getDomainName()CfnDomainNameMixinProps.Builder.endpointAccessMode(String endpointAccessMode) Sets the value ofCfnDomainNameMixinProps.getEndpointAccessMode()CfnDomainNameMixinProps.Builder.endpointConfiguration(CfnDomainNamePropsMixin.EndpointConfigurationProperty endpointConfiguration) Sets the value ofCfnDomainNameMixinProps.getEndpointConfiguration()CfnDomainNameMixinProps.Builder.endpointConfiguration(IResolvable endpointConfiguration) Sets the value ofCfnDomainNameMixinProps.getEndpointConfiguration()CfnDomainNameMixinProps.Builder.mutualTlsAuthentication(CfnDomainNamePropsMixin.MutualTlsAuthenticationProperty mutualTlsAuthentication) Sets the value ofCfnDomainNameMixinProps.getMutualTlsAuthentication()CfnDomainNameMixinProps.Builder.mutualTlsAuthentication(IResolvable mutualTlsAuthentication) Sets the value ofCfnDomainNameMixinProps.getMutualTlsAuthentication()CfnDomainNameMixinProps.Builder.ownershipVerificationCertificateArn(String ownershipVerificationCertificateArn) Sets the value ofCfnDomainNameMixinProps.getOwnershipVerificationCertificateArn()CfnDomainNameMixinProps.Builder.regionalCertificateArn(String regionalCertificateArn) Sets the value ofCfnDomainNameMixinProps.getRegionalCertificateArn()CfnDomainNameMixinProps.Builder.routingMode(String routingMode) Sets the value ofCfnDomainNameMixinProps.getRoutingMode()CfnDomainNameMixinProps.Builder.securityPolicy(String securityPolicy) Sets the value ofCfnDomainNameMixinProps.getSecurityPolicy()Sets the value ofCfnDomainNameMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.apigateway with parameters of type CfnDomainNameMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainNameMixinProps.Builder.