public static interface CfnInstance.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.lightsail.*; LocationProperty locationProperty = LocationProperty.builder() .availabilityZone("availabilityZone") .regionName("regionName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnInstance.LocationProperty.Builder
A builder for
CfnInstance.LocationProperty |
static class |
CfnInstance.LocationProperty.Jsii$Proxy
An implementation for
CfnInstance.LocationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnInstance.LocationProperty.Builder |
builder() |
default java.lang.String |
getAvailabilityZone()
The Availability Zone for the instance.
|
default java.lang.String |
getRegionName()
The name of the AWS Region for the instance.
|
default java.lang.String getAvailabilityZone()
default java.lang.String getRegionName()
static CfnInstance.LocationProperty.Builder builder()