Interface DescribeConnectorsRequest.Builder
- All Superinterfaces:
AppflowRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeConnectorsRequest.Builder,,DescribeConnectorsRequest> SdkBuilder<DescribeConnectorsRequest.Builder,,DescribeConnectorsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeConnectorsRequest
public static interface DescribeConnectorsRequest.Builder
extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorsRequest.Builder,DescribeConnectorsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconnectorTypes(Collection<ConnectorType> connectorTypes) The type of connector, such as Salesforce, Amplitude, and so on.connectorTypes(ConnectorType... connectorTypes) The type of connector, such as Salesforce, Amplitude, and so on.connectorTypesWithStrings(String... connectorTypes) The type of connector, such as Salesforce, Amplitude, and so on.connectorTypesWithStrings(Collection<String> connectorTypes) The type of connector, such as Salesforce, Amplitude, and so on.maxResults(Integer maxResults) The maximum number of items that should be returned in the result set.The pagination token for the next page of data.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.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
connectorTypesWithStrings
The type of connector, such as Salesforce, Amplitude, and so on.
- Parameters:
connectorTypes- The type of connector, such as Salesforce, Amplitude, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorTypesWithStrings
The type of connector, such as Salesforce, Amplitude, and so on.
- Parameters:
connectorTypes- The type of connector, such as Salesforce, Amplitude, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorTypes
The type of connector, such as Salesforce, Amplitude, and so on.
- Parameters:
connectorTypes- The type of connector, such as Salesforce, Amplitude, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorTypes
The type of connector, such as Salesforce, Amplitude, and so on.
- Parameters:
connectorTypes- The type of connector, such as Salesforce, Amplitude, and so on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of items that should be returned in the result set. The default is 20.
- Parameters:
maxResults- The maximum number of items that should be returned in the result set. The default is 20.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token for the next page of data.
- Parameters:
nextToken- The pagination token for the next page of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-