@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 - The Amazon Resource Name (ARN) of the connector. This parameter is required.
For more information about connectors provided by AWS , see Greengrass Connectors Provided by AWS .this@Stability(value=Stable) public CfnConnectorDefinitionVersion.ConnectorProperty.Builder id(String id)
CfnConnectorDefinitionVersion.ConnectorProperty.getId()id - A descriptive or arbitrary ID for the connector. This parameter is required.
This value must be unique within the connector definition version. Maximum length is 128 characters with pattern [a-zA-Z0-9:_-]+ .this@Stability(value=Stable) public CfnConnectorDefinitionVersion.ConnectorProperty.Builder parameters(Object parameters)
CfnConnectorDefinitionVersion.ConnectorProperty.getParameters()parameters - The parameters or configuration that the connector uses.
For more information about connectors provided by AWS , see Greengrass Connectors Provided by AWS .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 © 2022. All rights reserved.