public static final class CfnCluster.ConnectivityInfoProperty.Builder
extends java.lang.Object
CfnCluster.ConnectivityInfoProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCluster.ConnectivityInfoProperty |
build()
Builds the configured instance.
|
CfnCluster.ConnectivityInfoProperty.Builder |
publicAccess(CfnCluster.PublicAccessProperty publicAccess)
Sets the value of
CfnCluster.ConnectivityInfoProperty.getPublicAccess() |
CfnCluster.ConnectivityInfoProperty.Builder |
publicAccess(IResolvable publicAccess)
Sets the value of
CfnCluster.ConnectivityInfoProperty.getPublicAccess() |
CfnCluster.ConnectivityInfoProperty.Builder |
vpcConnectivity(CfnCluster.VpcConnectivityProperty vpcConnectivity)
Sets the value of
CfnCluster.ConnectivityInfoProperty.getVpcConnectivity() |
CfnCluster.ConnectivityInfoProperty.Builder |
vpcConnectivity(IResolvable vpcConnectivity)
Sets the value of
CfnCluster.ConnectivityInfoProperty.getVpcConnectivity() |
public CfnCluster.ConnectivityInfoProperty.Builder publicAccess(IResolvable publicAccess)
CfnCluster.ConnectivityInfoProperty.getPublicAccess()
publicAccess
- Specifies whether the cluster's brokers are accessible from the internet.
Public access is off by default.this
public CfnCluster.ConnectivityInfoProperty.Builder publicAccess(CfnCluster.PublicAccessProperty publicAccess)
CfnCluster.ConnectivityInfoProperty.getPublicAccess()
publicAccess
- Specifies whether the cluster's brokers are accessible from the internet.
Public access is off by default.this
public CfnCluster.ConnectivityInfoProperty.Builder vpcConnectivity(IResolvable vpcConnectivity)
CfnCluster.ConnectivityInfoProperty.getVpcConnectivity()
vpcConnectivity
- Not currently supported by AWS CloudFormation .this
public CfnCluster.ConnectivityInfoProperty.Builder vpcConnectivity(CfnCluster.VpcConnectivityProperty vpcConnectivity)
CfnCluster.ConnectivityInfoProperty.getVpcConnectivity()
vpcConnectivity
- Not currently supported by AWS CloudFormation .this
public CfnCluster.ConnectivityInfoProperty build()
CfnCluster.ConnectivityInfoProperty
java.lang.NullPointerException
- if any required attribute was not provided