@Stability(value=Stable)
public static interface CfnListenerRule.HttpHeaderConfigProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
HttpHeaderConfigProperty httpHeaderConfigProperty = HttpHeaderConfigProperty.builder()
.httpHeaderName("httpHeaderName")
.values(List.of("values"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListenerRule.HttpHeaderConfigProperty.Builder
A builder for
CfnListenerRule.HttpHeaderConfigProperty |
static class |
CfnListenerRule.HttpHeaderConfigProperty.Jsii$Proxy
An implementation for
CfnListenerRule.HttpHeaderConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListenerRule.HttpHeaderConfigProperty.Builder |
builder() |
default String |
getHttpHeaderName()
`CfnListenerRule.HttpHeaderConfigProperty.HttpHeaderName`.
|
default List<String> |
getValues()
`CfnListenerRule.HttpHeaderConfigProperty.Values`.
|
@Stability(value=Stable) @Nullable default String getHttpHeaderName()
@Stability(value=Stable) @Nullable default List<String> getValues()
@Stability(value=Stable) static CfnListenerRule.HttpHeaderConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.