Interface CfnSegmentDefinition.SourceSegmentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentDefinition.SourceSegmentProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentDefinition
@Stability(Stable)
public static interface CfnSegmentDefinition.SourceSegmentProperty
extends software.amazon.jsii.JsiiSerializable
The source segments to build off of.
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.customerprofiles.*;
SourceSegmentProperty sourceSegmentProperty = SourceSegmentProperty.builder()
.segmentDefinitionName("segmentDefinitionName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSegmentDefinition.SourceSegmentPropertystatic final classAn implementation forCfnSegmentDefinition.SourceSegmentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSegmentDefinitionName
The name of the source segment.- See Also:
-
builder
-