Interface CfnSite.LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSite.LocationProperty.Jsii$Proxy
- Enclosing class:
CfnSite
@Stability(Stable)
public static interface CfnSite.LocationProperty
extends software.amazon.jsii.JsiiSerializable
Describes a location.
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.networkmanager.*; LocationProperty locationProperty = LocationProperty.builder() .address("address") .latitude("latitude") .longitude("longitude") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSite.LocationProperty
static final class
An implementation forCfnSite.LocationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddress
The physical address. -
getLatitude
The latitude. -
getLongitude
The longitude. -
builder
- Returns:
- a
CfnSite.LocationProperty.Builder
ofCfnSite.LocationProperty
-