public static interface CfnDistribution.StatusCodesProperty
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() |
java.lang.Object |
getItems()
The items (status codes) for an origin group.
|
java.lang.Number |
getQuantity()
The number of status codes.
|
java.lang.Object getItems()
java.lang.Number getQuantity()
static CfnDistribution.StatusCodesProperty.Builder builder()