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