Interface DescribeConnectorProfilesRequest.Builder
-
- All Superinterfaces:
AppflowRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeConnectorProfilesRequest.Builder,DescribeConnectorProfilesRequest>
,SdkBuilder<DescribeConnectorProfilesRequest.Builder,DescribeConnectorProfilesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeConnectorProfilesRequest
public static interface DescribeConnectorProfilesRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorProfilesRequest.Builder,DescribeConnectorProfilesRequest>
-
-
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
-
connectorProfileNames
DescribeConnectorProfilesRequest.Builder connectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile. The name is unique for each
ConnectorProfile
in the Amazon Web Services account.- Parameters:
connectorProfileNames
- The name of the connector profile. The name is unique for eachConnectorProfile
in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorProfileNames
DescribeConnectorProfilesRequest.Builder connectorProfileNames(String... connectorProfileNames)
The name of the connector profile. The name is unique for each
ConnectorProfile
in the Amazon Web Services account.- Parameters:
connectorProfileNames
- The name of the connector profile. The name is unique for eachConnectorProfile
in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorType
DescribeConnectorProfilesRequest.Builder connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
- Parameters:
connectorType
- 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.
- See Also:
ConnectorType
,ConnectorType
-
connectorType
DescribeConnectorProfilesRequest.Builder connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
- Parameters:
connectorType
- 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.
- See Also:
ConnectorType
,ConnectorType
-
connectorLabel
DescribeConnectorProfilesRequest.Builder connectorLabel(String connectorLabel)
The name of the connector. The name is unique for each
ConnectorRegistration
in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.- Parameters:
connectorLabel
- The name of the connector. The name 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.
-
maxResults
DescribeConnectorProfilesRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults
is 20 (for all paginated API operations).- Parameters:
maxResults
- Specifies the maximum number of items that should be returned in the result set. The default formaxResults
is 20 (for all paginated API operations).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeConnectorProfilesRequest.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
DescribeConnectorProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeConnectorProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-