Interface CfnActionPropsMixin.ActionSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnActionPropsMixin.ActionSourceProperty.Jsii$Proxy
- Enclosing class:
CfnActionPropsMixin
@Stability(Stable)
public static interface CfnActionPropsMixin.ActionSourceProperty
extends software.amazon.jsii.JsiiSerializable
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.sagemaker.*;
ActionSourceProperty actionSourceProperty = ActionSourceProperty.builder()
.sourceId("sourceId")
.sourceType("sourceType")
.sourceUri("sourceUri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnActionPropsMixin.ActionSourcePropertystatic final classAn implementation forCfnActionPropsMixin.ActionSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceId
The ID of the source.- See Also:
-
getSourceType
The type of the source.- See Also:
-
getSourceUri
The URI of the source.- See Also:
-
builder
-