@Stability(value=Experimental) 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=Experimental) public BaseInstanceProps.Builder customAttributes(Map<String,String> customAttributes)
BaseInstanceProps.getCustomAttributes()
customAttributes
- Custom attributes of the instance.this
@Stability(value=Experimental) public BaseInstanceProps.Builder instanceId(String instanceId)
BaseInstanceProps.getInstanceId()
instanceId
- The id of the instance resource.this
@Stability(value=Experimental) public BaseInstanceProps build()
build
in interface software.amazon.jsii.Builder<BaseInstanceProps>
BaseInstanceProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.