Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.FixedResponseConfigProperty.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListenerRule.FixedResponseConfigProperty.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier 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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnListenerRule.FixedResponseConfigProperty.Builder
.