@Stability(value=Stable) public static final class CfnSegment.Builder extends Object implements software.amazon.jsii.Builder<CfnSegment>
CfnSegment.| Modifier and Type | Method and Description |
|---|---|
CfnSegment.Builder |
applicationId(String applicationId)
`AWS::Pinpoint::Segment.ApplicationId`.
|
CfnSegment |
build() |
static CfnSegment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSegment.Builder |
dimensions(CfnSegment.SegmentDimensionsProperty dimensions)
`AWS::Pinpoint::Segment.Dimensions`.
|
CfnSegment.Builder |
dimensions(IResolvable dimensions)
`AWS::Pinpoint::Segment.Dimensions`.
|
CfnSegment.Builder |
name(String name)
`AWS::Pinpoint::Segment.Name`.
|
CfnSegment.Builder |
segmentGroups(CfnSegment.SegmentGroupsProperty segmentGroups)
`AWS::Pinpoint::Segment.SegmentGroups`.
|
CfnSegment.Builder |
segmentGroups(IResolvable segmentGroups)
`AWS::Pinpoint::Segment.SegmentGroups`.
|
CfnSegment.Builder |
tags(Object tags)
`AWS::Pinpoint::Segment.Tags`.
|
@Stability(value=Stable) public static CfnSegment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSegment.AttributeDimensionProperty.Builder.@Stability(value=Stable) public CfnSegment.Builder applicationId(String applicationId)
applicationId - `AWS::Pinpoint::Segment.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnSegment.Builder name(String name)
name - `AWS::Pinpoint::Segment.Name`. This parameter is required.this@Stability(value=Stable) public CfnSegment.Builder dimensions(CfnSegment.SegmentDimensionsProperty dimensions)
dimensions - `AWS::Pinpoint::Segment.Dimensions`. This parameter is required.this@Stability(value=Stable) public CfnSegment.Builder dimensions(IResolvable dimensions)
dimensions - `AWS::Pinpoint::Segment.Dimensions`. This parameter is required.this@Stability(value=Stable) public CfnSegment.Builder segmentGroups(CfnSegment.SegmentGroupsProperty segmentGroups)
segmentGroups - `AWS::Pinpoint::Segment.SegmentGroups`. This parameter is required.this@Stability(value=Stable) public CfnSegment.Builder segmentGroups(IResolvable segmentGroups)
segmentGroups - `AWS::Pinpoint::Segment.SegmentGroups`. This parameter is required.this@Stability(value=Stable) public CfnSegment.Builder tags(Object tags)
tags - `AWS::Pinpoint::Segment.Tags`. This parameter is required.this@Stability(value=Stable) public CfnSegment build()
build in interface software.amazon.jsii.Builder<CfnSegment>Copyright © 2021. All rights reserved.