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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeConnectorsRequest.BuilderconnectorTypes(Collection<ConnectorType> connectorTypes)The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.BuilderconnectorTypes(ConnectorType... connectorTypes)The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.BuilderconnectorTypesWithStrings(String... connectorTypes)The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.BuilderconnectorTypesWithStrings(Collection<String> connectorTypes)The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.BuildermaxResults(Integer maxResults)The maximum number of items that should be returned in the result set.DescribeConnectorsRequest.BuildernextToken(String nextToken)The pagination token for the next page of data.DescribeConnectorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConnectorsRequest.BuilderoverrideConfiguration(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
-
connectorTypesWithStrings
DescribeConnectorsRequest.Builder connectorTypesWithStrings(Collection<String> 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.
-
connectorTypesWithStrings
DescribeConnectorsRequest.Builder connectorTypesWithStrings(String... 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
DescribeConnectorsRequest.Builder connectorTypes(Collection<ConnectorType> 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
DescribeConnectorsRequest.Builder connectorTypes(ConnectorType... 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
DescribeConnectorsRequest.Builder maxResults(Integer 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
DescribeConnectorsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-