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