public static interface ListConnectorsRequest.Builder extends KafkaConnectRequest.Builder, SdkPojo, CopyableBuilder<ListConnectorsRequest.Builder,ListConnectorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsRequest.Builder |
connectorNamePrefix(String connectorNamePrefix)
The name prefix that you want to use to search for and list connectors.
|
ListConnectorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of connectors to list in one response.
|
ListConnectorsRequest.Builder |
nextToken(String nextToken)
If the response of a ListConnectors operation is truncated, it will include a NextToken.
|
ListConnectorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConnectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectorsRequest.Builder connectorNamePrefix(String connectorNamePrefix)
The name prefix that you want to use to search for and list connectors.
connectorNamePrefix - The name prefix that you want to use to search for and list connectors.ListConnectorsRequest.Builder maxResults(Integer maxResults)
The maximum number of connectors to list in one response.
maxResults - The maximum number of connectors to list in one response.ListConnectorsRequest.Builder nextToken(String nextToken)
If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
nextToken - If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this
NextToken in a subsequent request to continue listing from where the previous operation left off.ListConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.