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