Interface DescribeConnectorRequest.Builder
-
- All Superinterfaces:
AppflowRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeConnectorRequest.Builder,DescribeConnectorRequest>
,SdkBuilder<DescribeConnectorRequest.Builder,DescribeConnectorRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeConnectorRequest
public static interface DescribeConnectorRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorRequest.Builder,DescribeConnectorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConnectorRequest.Builder
connectorLabel(String connectorLabel)
The label of the connector.DescribeConnectorRequest.Builder
connectorType(String connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.DescribeConnectorRequest.Builder
connectorType(ConnectorType connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.DescribeConnectorRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeConnectorRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
connectorType
DescribeConnectorRequest.Builder connectorType(String connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
- Parameters:
connectorType
- The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectorType
,ConnectorType
-
connectorType
DescribeConnectorRequest.Builder connectorType(ConnectorType connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
- Parameters:
connectorType
- The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectorType
,ConnectorType
-
connectorLabel
DescribeConnectorRequest.Builder connectorLabel(String connectorLabel)
The label of the connector. The label is unique for each
ConnectorRegistration
in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.- Parameters:
connectorLabel
- The label of the connector. The label is unique for eachConnectorRegistration
in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeConnectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConnectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-