Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.FixedResponseConfigProperty.Builder
Packages that use CfnListenerRule.FixedResponseConfigProperty.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListenerRule.FixedResponseConfigProperty.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnListenerRule.FixedResponseConfigProperty.BuilderModifier and TypeMethodDescriptionCfnListenerRule.FixedResponseConfigProperty.builder()
CfnListenerRule.FixedResponseConfigProperty.Builder.contentType
(String contentType) Sets the value ofCfnListenerRule.FixedResponseConfigProperty.getContentType()
CfnListenerRule.FixedResponseConfigProperty.Builder.messageBody
(String messageBody) Sets the value ofCfnListenerRule.FixedResponseConfigProperty.getMessageBody()
CfnListenerRule.FixedResponseConfigProperty.Builder.statusCode
(String statusCode) Sets the value ofCfnListenerRule.FixedResponseConfigProperty.getStatusCode()
Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type CfnListenerRule.FixedResponseConfigProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnListenerRule.FixedResponseConfigProperty.Builder
.