Interface SourceLocationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SourceLocationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:52:02.513Z")
@Stability(Stable)
public interface SourceLocationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a SourceLocation resource.
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.mediatailor.*; SourceLocationReference sourceLocationReference = SourceLocationReference.builder() .sourceLocationArn("sourceLocationArn") .sourceLocationName("sourceLocationName") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forSourceLocationReference
static final class
An implementation forSourceLocationReference
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the SourceLocation resource.The SourceLocationName of the SourceLocation resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceLocationArn
The ARN of the SourceLocation resource. -
getSourceLocationName
The SourceLocationName of the SourceLocation resource. -
builder
- Returns:
- a
SourceLocationReference.Builder
ofSourceLocationReference
-