public static interface ListConnectorsRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<ListConnectorsRequest.Builder,ListConnectorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsRequest.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of items that should be returned in the result set.
|
ListConnectorsRequest.Builder |
nextToken(String nextToken)
The pagination token for the next page of data.
|
ListConnectorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConnectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectorsRequest.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).ListConnectorsRequest.Builder nextToken(String nextToken)
The pagination token for the next page of data.
nextToken - The pagination token for the next page of data.ListConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.