@Stability(value=Stable) public static final class CfnInstanceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceProps>
CfnInstanceProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnInstanceProps.Builder addOns(IResolvable addOns)
CfnInstanceProps.getAddOns()addOns - `AWS::Lightsail::Instance.AddOns`.this@Stability(value=Stable) public CfnInstanceProps.Builder addOns(List<? extends Object> addOns)
CfnInstanceProps.getAddOns()addOns - `AWS::Lightsail::Instance.AddOns`.this@Stability(value=Stable) public CfnInstanceProps.Builder availabilityZone(String availabilityZone)
CfnInstanceProps.getAvailabilityZone()availabilityZone - `AWS::Lightsail::Instance.AvailabilityZone`.this@Stability(value=Stable) public CfnInstanceProps.Builder blueprintId(String blueprintId)
CfnInstanceProps.getBlueprintId()blueprintId - `AWS::Lightsail::Instance.BlueprintId`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProps.Builder bundleId(String bundleId)
CfnInstanceProps.getBundleId()bundleId - `AWS::Lightsail::Instance.BundleId`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProps.Builder hardware(CfnInstance.HardwareProperty hardware)
CfnInstanceProps.getHardware()hardware - `AWS::Lightsail::Instance.Hardware`.this@Stability(value=Stable) public CfnInstanceProps.Builder hardware(IResolvable hardware)
CfnInstanceProps.getHardware()hardware - `AWS::Lightsail::Instance.Hardware`.this@Stability(value=Stable) public CfnInstanceProps.Builder instanceName(String instanceName)
CfnInstanceProps.getInstanceName()instanceName - `AWS::Lightsail::Instance.InstanceName`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProps.Builder keyPairName(String keyPairName)
CfnInstanceProps.getKeyPairName()keyPairName - `AWS::Lightsail::Instance.KeyPairName`.this@Stability(value=Stable) public CfnInstanceProps.Builder networking(CfnInstance.NetworkingProperty networking)
CfnInstanceProps.getNetworking()networking - `AWS::Lightsail::Instance.Networking`.this@Stability(value=Stable) public CfnInstanceProps.Builder networking(IResolvable networking)
CfnInstanceProps.getNetworking()networking - `AWS::Lightsail::Instance.Networking`.this@Stability(value=Stable) public CfnInstanceProps.Builder tags(List<? extends CfnTag> tags)
CfnInstanceProps.getTags()tags - `AWS::Lightsail::Instance.Tags`.this@Stability(value=Stable) public CfnInstanceProps.Builder userData(String userData)
CfnInstanceProps.getUserData()userData - `AWS::Lightsail::Instance.UserData`.this@Stability(value=Stable) public CfnInstanceProps build()
build in interface software.amazon.jsii.Builder<CfnInstanceProps>CfnInstancePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.