@Stability(value=Stable)
public static interface CfnSegment.SourceSegmentsProperty
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.pinpoint.*;
SourceSegmentsProperty sourceSegmentsProperty = SourceSegmentsProperty.builder()
.id("id")
// the properties below are optional
.version(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSegment.SourceSegmentsProperty.Builder
A builder for
CfnSegment.SourceSegmentsProperty |
static class |
CfnSegment.SourceSegmentsProperty.Jsii$Proxy
An implementation for
CfnSegment.SourceSegmentsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSegment.SourceSegmentsProperty.Builder |
builder() |
String |
getId()
`CfnSegment.SourceSegmentsProperty.Id`.
|
default Number |
getVersion()
`CfnSegment.SourceSegmentsProperty.Version`.
|
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @Nullable default Number getVersion()
@Stability(value=Stable) static CfnSegment.SourceSegmentsProperty.Builder builder()
Copyright © 2021. All rights reserved.