public static interface DescribeConnectorProfilesRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorProfilesRequest.Builder,DescribeConnectorProfilesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeConnectorProfilesRequest.Builder |
connectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile.
|
DescribeConnectorProfilesRequest.Builder |
connectorProfileNames(String... connectorProfileNames)
The name of the connector profile.
|
DescribeConnectorProfilesRequest.Builder |
connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorProfilesRequest.Builder |
connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorProfilesRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
DescribeConnectorProfilesRequest.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
DescribeConnectorProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConnectorProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeConnectorProfilesRequest.Builder connectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile
in the AWS
account.
connectorProfileNames
- The name of the connector profile. The name is unique for each ConnectorProfile
in the
AWS account.DescribeConnectorProfilesRequest.Builder connectorProfileNames(String... connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile
in the AWS
account.
connectorProfileNames
- The name of the connector profile. The name is unique for each ConnectorProfile
in the
AWS account.DescribeConnectorProfilesRequest.Builder connectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType
- The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType
,
ConnectorType
DescribeConnectorProfilesRequest.Builder connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorType
- The type of connector, such as Salesforce, Amplitude, and so on.ConnectorType
,
ConnectorType
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).
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).DescribeConnectorProfilesRequest.Builder nextToken(String nextToken)
The pagination token for the next page of data.
nextToken
- The pagination token for the next page of data.DescribeConnectorProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeConnectorProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.