public static interface CfnDevice.LocationProperty
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 |
CfnDevice.LocationProperty.Builder
A builder for
CfnDevice.LocationProperty |
static class |
CfnDevice.LocationProperty.Jsii$Proxy
An implementation for
CfnDevice.LocationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDevice.LocationProperty.Builder |
builder() |
default java.lang.String |
getAddress()
The physical address.
|
default java.lang.String |
getLatitude()
The latitude.
|
default java.lang.String |
getLongitude()
The longitude.
|
default java.lang.String getAddress()
default java.lang.String getLatitude()
default java.lang.String getLongitude()
static CfnDevice.LocationProperty.Builder builder()
CfnDevice.LocationProperty.Builder
of CfnDevice.LocationProperty