Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.RuleConditionProperty.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListenerRule.RuleConditionProperty.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionCfnListenerRule.RuleConditionProperty.builder()
Sets the value ofCfnListenerRule.RuleConditionProperty.getField()
CfnListenerRule.RuleConditionProperty.Builder.hostHeaderConfig
(IResolvable hostHeaderConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getHostHeaderConfig()
CfnListenerRule.RuleConditionProperty.Builder.hostHeaderConfig
(CfnListenerRule.HostHeaderConfigProperty hostHeaderConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getHostHeaderConfig()
CfnListenerRule.RuleConditionProperty.Builder.httpHeaderConfig
(IResolvable httpHeaderConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getHttpHeaderConfig()
CfnListenerRule.RuleConditionProperty.Builder.httpHeaderConfig
(CfnListenerRule.HttpHeaderConfigProperty httpHeaderConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getHttpHeaderConfig()
CfnListenerRule.RuleConditionProperty.Builder.httpRequestMethodConfig
(IResolvable httpRequestMethodConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getHttpRequestMethodConfig()
CfnListenerRule.RuleConditionProperty.Builder.httpRequestMethodConfig
(CfnListenerRule.HttpRequestMethodConfigProperty httpRequestMethodConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getHttpRequestMethodConfig()
CfnListenerRule.RuleConditionProperty.Builder.pathPatternConfig
(IResolvable pathPatternConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getPathPatternConfig()
CfnListenerRule.RuleConditionProperty.Builder.pathPatternConfig
(CfnListenerRule.PathPatternConfigProperty pathPatternConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getPathPatternConfig()
CfnListenerRule.RuleConditionProperty.Builder.queryStringConfig
(IResolvable queryStringConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getQueryStringConfig()
CfnListenerRule.RuleConditionProperty.Builder.queryStringConfig
(CfnListenerRule.QueryStringConfigProperty queryStringConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getQueryStringConfig()
CfnListenerRule.RuleConditionProperty.Builder.sourceIpConfig
(IResolvable sourceIpConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getSourceIpConfig()
CfnListenerRule.RuleConditionProperty.Builder.sourceIpConfig
(CfnListenerRule.SourceIpConfigProperty sourceIpConfig) Sets the value ofCfnListenerRule.RuleConditionProperty.getSourceIpConfig()
Sets the value ofCfnListenerRule.RuleConditionProperty.getValues()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnListenerRule.RuleConditionProperty.Builder
.