@Stability(value=Stable)
public static interface CfnDistribution.OriginGroupMemberProperty
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.*;
OriginGroupMemberProperty originGroupMemberProperty = OriginGroupMemberProperty.builder()
.originId("originId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDistribution.OriginGroupMemberProperty.Builder
A builder for
CfnDistribution.OriginGroupMemberProperty |
static class |
CfnDistribution.OriginGroupMemberProperty.Jsii$Proxy
An implementation for
CfnDistribution.OriginGroupMemberProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDistribution.OriginGroupMemberProperty.Builder |
builder() |
String |
getOriginId()
`CfnDistribution.OriginGroupMemberProperty.OriginId`.
|
@Stability(value=Stable) @NotNull String getOriginId()
@Stability(value=Stable) static CfnDistribution.OriginGroupMemberProperty.Builder builder()
Copyright © 2021. All rights reserved.