@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:48.382Z") @Stability(value=Deprecated) @Deprecated public interface AddFixedResponseProps extends software.amazon.jsii.JsiiSerializable, AddRuleProps, FixedResponse
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
ListenerCondition listenerCondition;
AddFixedResponseProps addFixedResponseProps = AddFixedResponseProps.builder()
.statusCode("statusCode")
// the properties below are optional
.conditions(List.of(listenerCondition))
.contentType(ContentType.TEXT_PLAIN)
.hostHeader("hostHeader")
.messageBody("messageBody")
.pathPattern("pathPattern")
.pathPatterns(List.of("pathPatterns"))
.priority(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddFixedResponseProps.Builder
Deprecated.
|
static class |
AddFixedResponseProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AddFixedResponseProps.Builder |
builder()
Deprecated.
|
getConditions, getHostHeader, getPathPattern, getPathPatterns, getPrioritygetContentType, getMessageBody, getStatusCode@Stability(value=Deprecated) @Deprecated static AddFixedResponseProps.Builder builder()
builder in interface AddRulePropsbuilder in interface FixedResponseAddFixedResponseProps.Builder of AddFixedResponsePropsCopyright © 2022. All rights reserved.