@Stability(value=Stable)
public static interface CfnResponseHeadersPolicy.CustomHeaderProperty
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.cloudfront.*;
CustomHeaderProperty customHeaderProperty = CustomHeaderProperty.builder()
.header("header")
.override(false)
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponseHeadersPolicy.CustomHeaderProperty.Builder
A builder for
CfnResponseHeadersPolicy.CustomHeaderProperty |
static class |
CfnResponseHeadersPolicy.CustomHeaderProperty.Jsii$Proxy
An implementation for
CfnResponseHeadersPolicy.CustomHeaderProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponseHeadersPolicy.CustomHeaderProperty.Builder |
builder() |
String |
getHeader()
`CfnResponseHeadersPolicy.CustomHeaderProperty.Header`.
|
Object |
getOverride()
`CfnResponseHeadersPolicy.CustomHeaderProperty.Override`.
|
String |
getValue()
`CfnResponseHeadersPolicy.CustomHeaderProperty.Value`.
|
@Stability(value=Stable) @NotNull String getHeader()
@Stability(value=Stable) @NotNull Object getOverride()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnResponseHeadersPolicy.CustomHeaderProperty.Builder builder()
Copyright © 2021. All rights reserved.