Interface DescribeConnectorEntityRequest.Builder
- All Superinterfaces:
- AppflowRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeConnectorEntityRequest.Builder,,- DescribeConnectorEntityRequest> - SdkBuilder<DescribeConnectorEntityRequest.Builder,,- DescribeConnectorEntityRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DescribeConnectorEntityRequest
@Mutable
@NotThreadSafe
public static interface DescribeConnectorEntityRequest.Builder
extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionapiVersion(String apiVersion) The version of the API that's used by the connector.connectorEntityName(String connectorEntityName) The entity name for that connector.connectorProfileName(String connectorProfileName) The name of the connector profile.connectorType(String connectorType) The type of connector application, such as Salesforce, Amplitude, and so on.connectorType(ConnectorType connectorType) The type of connector application, such as Salesforce, Amplitude, and so on.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
connectorEntityNameThe 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.
 
- 
connectorTypeThe 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:
 
- 
connectorTypeThe 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:
 
- 
connectorProfileNameThe 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 each- ConnectorProfilein the Amazon Web Services account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
apiVersionThe 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.
 
- 
overrideConfigurationDescribeConnectorEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeConnectorEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-