@Stability(value=Stable)
public static interface CfnInstance.AddOnProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
AddOnProperty addOnProperty = AddOnProperty.builder()
.addOnType("addOnType")
// the properties below are optional
.autoSnapshotAddOnRequest(AutoSnapshotAddOnProperty.builder()
.snapshotTimeOfDay("snapshotTimeOfDay")
.build())
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.AddOnProperty.Builder
A builder for
CfnInstance.AddOnProperty |
static class |
CfnInstance.AddOnProperty.Jsii$Proxy
An implementation for
CfnInstance.AddOnProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.AddOnProperty.Builder |
builder() |
String |
getAddOnType()
`CfnInstance.AddOnProperty.AddOnType`.
|
default Object |
getAutoSnapshotAddOnRequest()
`CfnInstance.AddOnProperty.AutoSnapshotAddOnRequest`.
|
default String |
getStatus()
`CfnInstance.AddOnProperty.Status`.
|
@Stability(value=Stable) @NotNull String getAddOnType()
@Stability(value=Stable) @Nullable default Object getAutoSnapshotAddOnRequest()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) static CfnInstance.AddOnProperty.Builder builder()
CfnInstance.AddOnProperty.Builder of CfnInstance.AddOnPropertyCopyright © 2021. All rights reserved.