Uses of Class
software.amazon.awscdk.services.apprunner.CfnService.NetworkConfigurationProperty.Builder
Packages that use CfnService.NetworkConfigurationProperty.Builder
-
Uses of CfnService.NetworkConfigurationProperty.Builder in software.amazon.awscdk.services.apprunner
Methods in software.amazon.awscdk.services.apprunner that return CfnService.NetworkConfigurationProperty.BuilderModifier and TypeMethodDescriptionCfnService.NetworkConfigurationProperty.builder()
CfnService.NetworkConfigurationProperty.Builder.egressConfiguration
(IResolvable egressConfiguration) Sets the value ofCfnService.NetworkConfigurationProperty.getEgressConfiguration()
CfnService.NetworkConfigurationProperty.Builder.egressConfiguration
(CfnService.EgressConfigurationProperty egressConfiguration) Sets the value ofCfnService.NetworkConfigurationProperty.getEgressConfiguration()
CfnService.NetworkConfigurationProperty.Builder.ingressConfiguration
(IResolvable ingressConfiguration) Sets the value ofCfnService.NetworkConfigurationProperty.getIngressConfiguration()
CfnService.NetworkConfigurationProperty.Builder.ingressConfiguration
(CfnService.IngressConfigurationProperty ingressConfiguration) Sets the value ofCfnService.NetworkConfigurationProperty.getIngressConfiguration()
Constructors in software.amazon.awscdk.services.apprunner with parameters of type CfnService.NetworkConfigurationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.NetworkConfigurationProperty.Builder
.