@Stability(value=Experimental) public static final class CnameInstanceBaseProps.Builder extends Object implements software.amazon.jsii.Builder<CnameInstanceBaseProps>
CnameInstanceBaseProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CnameInstanceBaseProps |
build()
Builds the configured instance.
|
CnameInstanceBaseProps.Builder |
customAttributes(Map<String,String> customAttributes)
Sets the value of
BaseInstanceProps.getCustomAttributes() |
CnameInstanceBaseProps.Builder |
instanceCname(String instanceCname)
Sets the value of
CnameInstanceBaseProps.getInstanceCname() |
CnameInstanceBaseProps.Builder |
instanceId(String instanceId)
Sets the value of
BaseInstanceProps.getInstanceId() |
@Stability(value=Experimental) public CnameInstanceBaseProps.Builder instanceCname(String instanceCname)
CnameInstanceBaseProps.getInstanceCname()instanceCname - If the service configuration includes a CNAME record, the domain name that you want Route 53 to return in response to DNS queries, for example, example.com. This value is required if the service specified by ServiceId includes settings for an CNAME record. This parameter is required.this@Stability(value=Experimental) public CnameInstanceBaseProps.Builder customAttributes(Map<String,String> customAttributes)
BaseInstanceProps.getCustomAttributes()customAttributes - Custom attributes of the instance.this@Stability(value=Experimental) public CnameInstanceBaseProps.Builder instanceId(String instanceId)
BaseInstanceProps.getInstanceId()instanceId - The id of the instance resource.this@Stability(value=Experimental) public CnameInstanceBaseProps build()
build in interface software.amazon.jsii.Builder<CnameInstanceBaseProps>CnameInstanceBasePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.