@Stability(value=Stable)
public static interface CfnSite.LocationProperty
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.services.networkmanager.*;
LocationProperty locationProperty = LocationProperty.builder()
.address("address")
.latitude("latitude")
.longitude("longitude")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSite.LocationProperty.Builder
A builder for
CfnSite.LocationProperty |
static class |
CfnSite.LocationProperty.Jsii$Proxy
An implementation for
CfnSite.LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSite.LocationProperty.Builder |
builder() |
default String |
getAddress()
The physical address.
|
default String |
getLatitude()
The latitude.
|
default String |
getLongitude()
The longitude.
|
@Stability(value=Stable) @Nullable default String getAddress()
@Stability(value=Stable) @Nullable default String getLatitude()
@Stability(value=Stable) @Nullable default String getLongitude()
@Stability(value=Stable) static CfnSite.LocationProperty.Builder builder()
CfnSite.LocationProperty.Builder of CfnSite.LocationPropertyCopyright © 2022. All rights reserved.