@Stability(value=Stable) public static final class CfnCluster.PublicAccessProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.PublicAccessProperty>
CfnCluster.PublicAccessProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.PublicAccessProperty |
build()
Builds the configured instance.
|
CfnCluster.PublicAccessProperty.Builder |
type(String type)
Sets the value of
CfnCluster.PublicAccessProperty.getType() |
@Stability(value=Stable) public CfnCluster.PublicAccessProperty.Builder type(String type)
CfnCluster.PublicAccessProperty.getType()type - Set to `DISABLED` to turn off public access or to `SERVICE_PROVIDED_EIPS` to turn it on.
Public access if off by default.this@Stability(value=Stable) public CfnCluster.PublicAccessProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.PublicAccessProperty>CfnCluster.PublicAccessPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.