Interface DescribeConnectorEntityRequest.Builder
-
- All Superinterfaces:
AppflowRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>,SdkBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeConnectorEntityRequest
public static interface DescribeConnectorEntityRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>
-
-
Method Summary
-
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
-
connectorEntityName
DescribeConnectorEntityRequest.Builder connectorEntityName(String connectorEntityName)
The entity name for that connector.
- Parameters:
connectorEntityName- The entity name for that connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorType
DescribeConnectorEntityRequest.Builder connectorType(String connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
- Parameters:
connectorType- The type of connector application, such as Salesforce, Amplitude, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectorType,ConnectorType
-
connectorType
DescribeConnectorEntityRequest.Builder connectorType(ConnectorType connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
- Parameters:
connectorType- The type of connector application, such as Salesforce, Amplitude, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectorType,ConnectorType
-
connectorProfileName
DescribeConnectorEntityRequest.Builder connectorProfileName(String connectorProfileName)
The name of the connector profile. The name is unique for each
ConnectorProfilein the Amazon Web Services account.- Parameters:
connectorProfileName- The name of the connector profile. The name is unique for eachConnectorProfilein the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiVersion
DescribeConnectorEntityRequest.Builder apiVersion(String apiVersion)
The version of the API that's used by the connector.
- Parameters:
apiVersion- The version of the API that's used by the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeConnectorEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConnectorEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-