Class CfnConnectorProps.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnConnectorProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProps>
- Enclosing interface:
CfnConnectorProps
@Stability(Stable)
public static final class CfnConnectorProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProps>
A builder for
CfnConnectorProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.connectorLabel
(String connectorLabel) Sets the value ofCfnConnectorProps.getConnectorLabel()
connectorProvisioningConfig
(IResolvable connectorProvisioningConfig) Sets the value ofCfnConnectorProps.getConnectorProvisioningConfig()
connectorProvisioningConfig
(CfnConnector.ConnectorProvisioningConfigProperty connectorProvisioningConfig) Sets the value ofCfnConnectorProps.getConnectorProvisioningConfig()
connectorProvisioningType
(String connectorProvisioningType) Sets the value ofCfnConnectorProps.getConnectorProvisioningType()
description
(String description) Sets the value ofCfnConnectorProps.getDescription()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectorProvisioningConfig
@Stability(Stable) public CfnConnectorProps.Builder connectorProvisioningConfig(IResolvable connectorProvisioningConfig) Sets the value ofCfnConnectorProps.getConnectorProvisioningConfig()
- Parameters:
connectorProvisioningConfig
- The configuration required for registering the connector. This parameter is required.- Returns:
this
-
connectorProvisioningConfig
@Stability(Stable) public CfnConnectorProps.Builder connectorProvisioningConfig(CfnConnector.ConnectorProvisioningConfigProperty connectorProvisioningConfig) Sets the value ofCfnConnectorProps.getConnectorProvisioningConfig()
- Parameters:
connectorProvisioningConfig
- The configuration required for registering the connector. This parameter is required.- Returns:
this
-
connectorProvisioningType
@Stability(Stable) public CfnConnectorProps.Builder connectorProvisioningType(String connectorProvisioningType) Sets the value ofCfnConnectorProps.getConnectorProvisioningType()
- Parameters:
connectorProvisioningType
- The provisioning type used to register the connector. This parameter is required.- Returns:
this
-
connectorLabel
Sets the value ofCfnConnectorProps.getConnectorLabel()
- Parameters:
connectorLabel
- The label used for registering the connector.- Returns:
this
-
description
Sets the value ofCfnConnectorProps.getDescription()
- Parameters:
description
- A description about the connector runtime setting.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConnectorProps>
- Returns:
- a new instance of
CfnConnectorProps
- Throws:
NullPointerException
- if any required attribute was not provided
-