Interface CfnSegmentDefinitionPropsMixin.SourceSegmentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentDefinitionPropsMixin.SourceSegmentProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentDefinitionPropsMixin
@Stability(Stable)
public static interface CfnSegmentDefinitionPropsMixin.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.cfnpropertymixins.services.customerprofiles.*;
SourceSegmentProperty sourceSegmentProperty = SourceSegmentProperty.builder()
.segmentDefinitionName("segmentDefinitionName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSegmentDefinitionPropsMixin.SourceSegmentPropertystatic final classAn implementation forCfnSegmentDefinitionPropsMixin.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
-