@Stability(value=Stable)
public static interface CfnDistribution.StatusCodesProperty
extends software.amazon.jsii.JsiiSerializable
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.cloudfront.*;
StatusCodesProperty statusCodesProperty = StatusCodesProperty.builder()
.items(List.of(123))
.quantity(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistribution.StatusCodesProperty.Builder
A builder for
CfnDistribution.StatusCodesProperty |
static class |
CfnDistribution.StatusCodesProperty.Jsii$Proxy
An implementation for
CfnDistribution.StatusCodesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistribution.StatusCodesProperty.Builder |
builder() |
Object |
getItems()
The items (status codes) for an origin group.
|
Number |
getQuantity()
The number of status codes.
|
@Stability(value=Stable) @NotNull Object getItems()
@Stability(value=Stable) @NotNull Number getQuantity()
@Stability(value=Stable) static CfnDistribution.StatusCodesProperty.Builder builder()
Copyright © 2022. All rights reserved.