@Stability(value=Stable) public static final class CfnService.InstanceConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.InstanceConfigurationProperty>
CfnService.InstanceConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.InstanceConfigurationProperty |
build()
Builds the configured instance.
|
CfnService.InstanceConfigurationProperty.Builder |
cpu(String cpu)
Sets the value of
CfnService.InstanceConfigurationProperty.getCpu() |
CfnService.InstanceConfigurationProperty.Builder |
instanceRoleArn(String instanceRoleArn)
Sets the value of
CfnService.InstanceConfigurationProperty.getInstanceRoleArn() |
CfnService.InstanceConfigurationProperty.Builder |
memory(String memory)
Sets the value of
CfnService.InstanceConfigurationProperty.getMemory() |
@Stability(value=Stable) public CfnService.InstanceConfigurationProperty.Builder cpu(String cpu)
CfnService.InstanceConfigurationProperty.getCpu()cpu - `CfnService.InstanceConfigurationProperty.Cpu`.this@Stability(value=Stable) public CfnService.InstanceConfigurationProperty.Builder instanceRoleArn(String instanceRoleArn)
CfnService.InstanceConfigurationProperty.getInstanceRoleArn()instanceRoleArn - `CfnService.InstanceConfigurationProperty.InstanceRoleArn`.this@Stability(value=Stable) public CfnService.InstanceConfigurationProperty.Builder memory(String memory)
CfnService.InstanceConfigurationProperty.getMemory()memory - `CfnService.InstanceConfigurationProperty.Memory`.this@Stability(value=Stable) public CfnService.InstanceConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnService.InstanceConfigurationProperty>CfnService.InstanceConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.