@Stability(value=Stable) public static final class CfnInstanceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceProps>
CfnInstanceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstanceProps |
build()
Builds the configured instance.
|
CfnInstanceProps.Builder |
instanceAttributes(Object instanceAttributes)
Sets the value of
CfnInstanceProps.getInstanceAttributes() |
CfnInstanceProps.Builder |
instanceId(String instanceId)
Sets the value of
CfnInstanceProps.getInstanceId() |
CfnInstanceProps.Builder |
serviceId(String serviceId)
Sets the value of
CfnInstanceProps.getServiceId() |
@Stability(value=Stable) public CfnInstanceProps.Builder instanceAttributes(Object instanceAttributes)
CfnInstanceProps.getInstanceAttributes()instanceAttributes - `AWS::ServiceDiscovery::Instance.InstanceAttributes`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProps.Builder serviceId(String serviceId)
CfnInstanceProps.getServiceId()serviceId - `AWS::ServiceDiscovery::Instance.ServiceId`. This parameter is required.this@Stability(value=Stable) public CfnInstanceProps.Builder instanceId(String instanceId)
CfnInstanceProps.getInstanceId()instanceId - `AWS::ServiceDiscovery::Instance.InstanceId`.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.