@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 - 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 CfnConnectorDefinition.ConnectorProperty.Builder id(String id)
CfnConnectorDefinition.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 CfnConnectorDefinition.ConnectorProperty.Builder parameters(Object parameters)
CfnConnectorDefinition.ConnectorProperty.getParameters()parameters - The parameters or configuration used by the connector.
For more information about connectors provided by AWS , see Greengrass Connectors Provided by AWS .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 © 2022. All rights reserved.