public static interface DescribeConnectorsRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DescribeConnectorsRequest.Builder,DescribeConnectorsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorsRequest.Builder |
connectorTypes(Collection<ConnectorType> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
connectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
connectorTypesWithStrings(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
connectorTypesWithStrings(String... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items that should be returned in the result set.
|
DescribeConnectorsRequest.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
DescribeConnectorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeConnectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConnectorsRequest.Builder connectorTypesWithStrings(Collection<String> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.Builder connectorTypesWithStrings(String... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.Builder connectorTypes(Collection<ConnectorType> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.Builder connectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.DescribeConnectorsRequest.Builder maxResults(Integer maxResults)
The maximum number of items that should be returned in the result set. The default is 20.
maxResults - The maximum number of items that should be returned in the result set. The default is 20.DescribeConnectorsRequest.Builder nextToken(String nextToken)
The pagination token for the next page of data.
nextToken - The pagination token for the next page of data.DescribeConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.