Interface CfnContextPropsMixin.SourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnContextPropsMixin.SourceProperty.Jsii$Proxy
- Enclosing class:
CfnContextPropsMixin
@Stability(Stable)
public static interface CfnContextPropsMixin.SourceProperty
extends software.amazon.jsii.JsiiSerializable
The source type, ID, and URI.
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.*;
SourceProperty sourceProperty = SourceProperty.builder()
.sourceId("sourceId")
.sourceType("sourceType")
.sourceUri("sourceUri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnContextPropsMixin.SourcePropertystatic final classAn implementation forCfnContextPropsMixin.SourceProperty -
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
-