@Stability(value=Stable) public static final class CfnConnection.ConnectionInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnection.ConnectionInputProperty>
CfnConnection.ConnectionInputProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnConnection.ConnectionInputProperty.Builder connectionType(String connectionType)
CfnConnection.ConnectionInputProperty.getConnectionType()connectionType - The type of the connection. Currently, these types are supported:. This parameter is required.
JDBC - Designates a connection to a database through Java Database Connectivity (JDBC).KAFKA - Designates a connection to an Apache Kafka streaming platform.MONGODB - Designates a connection to a MongoDB document database.NETWORK - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).SFTP is not supported.
this@Stability(value=Stable) public CfnConnection.ConnectionInputProperty.Builder connectionProperties(Object connectionProperties)
CfnConnection.ConnectionInputProperty.getConnectionProperties()connectionProperties - These key-value pairs define parameters for the connection.this@Stability(value=Stable) public CfnConnection.ConnectionInputProperty.Builder description(String description)
CfnConnection.ConnectionInputProperty.getDescription()description - The description of the connection.this@Stability(value=Stable) public CfnConnection.ConnectionInputProperty.Builder matchCriteria(List<String> matchCriteria)
CfnConnection.ConnectionInputProperty.getMatchCriteria()matchCriteria - A list of criteria that can be used in selecting this connection.this@Stability(value=Stable) public CfnConnection.ConnectionInputProperty.Builder name(String name)
CfnConnection.ConnectionInputProperty.getName()name - The name of the connection.this@Stability(value=Stable) public CfnConnection.ConnectionInputProperty.Builder physicalConnectionRequirements(CfnConnection.PhysicalConnectionRequirementsProperty physicalConnectionRequirements)
physicalConnectionRequirements - A map of physical connection requirements, such as virtual private cloud (VPC) and `SecurityGroup` , that are needed to successfully make this connection.this@Stability(value=Stable) public CfnConnection.ConnectionInputProperty.Builder physicalConnectionRequirements(IResolvable physicalConnectionRequirements)
physicalConnectionRequirements - A map of physical connection requirements, such as virtual private cloud (VPC) and `SecurityGroup` , that are needed to successfully make this connection.this@Stability(value=Stable) public CfnConnection.ConnectionInputProperty build()
build in interface software.amazon.jsii.Builder<CfnConnection.ConnectionInputProperty>CfnConnection.ConnectionInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.