Interface LocationReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LocationReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:58.345Z")
@Stability(Stable)
public interface LocationReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Location 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.gamelift.*; LocationReference locationReference = LocationReference.builder() .locationArn("locationArn") .locationName("locationName") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forLocationReference
static final class
An implementation forLocationReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic LocationReference.Builder
builder()
The ARN of the Location resource.The LocationName of the Location resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLocationArn
The ARN of the Location resource. -
getLocationName
The LocationName of the Location resource. -
builder
- Returns:
- a
LocationReference.Builder
ofLocationReference
-