@Stability(value=Stable) public static final class BaseInstanceProps.Builder extends Object implements software.amazon.jsii.Builder<BaseInstanceProps>
BaseInstanceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BaseInstanceProps |
build()
Builds the configured instance.
|
BaseInstanceProps.Builder |
customAttributes(Map<String,String> customAttributes)
Sets the value of
BaseInstanceProps.getCustomAttributes() |
BaseInstanceProps.Builder |
instanceId(String instanceId)
Sets the value of
BaseInstanceProps.getInstanceId() |
@Stability(value=Stable) public BaseInstanceProps.Builder customAttributes(Map<String,String> customAttributes)
BaseInstanceProps.getCustomAttributes()customAttributes - Custom attributes of the instance.this@Stability(value=Stable) public BaseInstanceProps.Builder instanceId(String instanceId)
BaseInstanceProps.getInstanceId()instanceId - The id of the instance resource.this@Stability(value=Stable) public BaseInstanceProps build()
build in interface software.amazon.jsii.Builder<BaseInstanceProps>BaseInstancePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.