@Stability(value=Stable) public static final class CfnConnectorDefinition.ConnectorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConnectorDefinition.ConnectorProperty>
CfnConnectorDefinition.ConnectorProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConnectorDefinition.ConnectorProperty |
build()
Builds the configured instance.
|
CfnConnectorDefinition.ConnectorProperty.Builder |
connectorArn(String connectorArn)
Sets the value of
CfnConnectorDefinition.ConnectorProperty.getConnectorArn() |
CfnConnectorDefinition.ConnectorProperty.Builder |
id(String id)
Sets the value of
CfnConnectorDefinition.ConnectorProperty.getId() |
CfnConnectorDefinition.ConnectorProperty.Builder |
parameters(Object parameters)
Sets the value of
CfnConnectorDefinition.ConnectorProperty.getParameters() |
@Stability(value=Stable) public CfnConnectorDefinition.ConnectorProperty.Builder connectorArn(String connectorArn)
CfnConnectorDefinition.ConnectorProperty.getConnectorArn()connectorArn - `CfnConnectorDefinition.ConnectorProperty.ConnectorArn`. This parameter is required.this@Stability(value=Stable) public CfnConnectorDefinition.ConnectorProperty.Builder id(String id)
CfnConnectorDefinition.ConnectorProperty.getId()id - `CfnConnectorDefinition.ConnectorProperty.Id`. This parameter is required.this@Stability(value=Stable) public CfnConnectorDefinition.ConnectorProperty.Builder parameters(Object parameters)
CfnConnectorDefinition.ConnectorProperty.getParameters()parameters - `CfnConnectorDefinition.ConnectorProperty.Parameters`.this@Stability(value=Stable) public CfnConnectorDefinition.ConnectorProperty build()
build in interface software.amazon.jsii.Builder<CfnConnectorDefinition.ConnectorProperty>CfnConnectorDefinition.ConnectorPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.