Interface CfnDisk.LocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDisk.LocationProperty.Jsii$Proxy
- Enclosing class:
- CfnDisk
@Stability(Stable)
public static interface CfnDisk.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.lightsail.*;
LocationProperty locationProperty = LocationProperty.builder()
.availabilityZone("availabilityZone")
.regionName("regionName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDisk.LocationPropertystatic final classAn implementation forCfnDisk.LocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
CfnDisk.LocationProperty.AvailabilityZone. -
getRegionName
CfnDisk.LocationProperty.RegionName. -
builder
- Returns:
- a
CfnDisk.LocationProperty.BuilderofCfnDisk.LocationProperty
-