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 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,
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 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 © 2021. All rights reserved.