public static interface DescribeConnectorProfilesRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorProfilesRequest.Builder,DescribeConnectorProfilesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorProfilesRequest.Builder connectorProfileNames(Collection<String> connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon
Web Services account.
connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the
Amazon Web Services account.DescribeConnectorProfilesRequest.Builder connectorProfileNames(String... connectorProfileNames)
The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon
Web Services account.
connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the
Amazon Web Services 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,
ConnectorTypeDescribeConnectorProfilesRequest.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,
ConnectorTypeDescribeConnectorProfilesRequest.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/.
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/.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)
overrideConfiguration in interface AwsRequest.BuilderDescribeConnectorProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.