public static interface ListVpcConnectionsRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListVpcConnectionsRequest.Builder,ListVpcConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVpcConnectionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListVpcConnectionsRequest.Builder |
nextToken(String nextToken)
The paginated results marker.
|
ListVpcConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVpcConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcConnectionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
maxResults - The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
ListVpcConnectionsRequest.Builder nextToken(String nextToken)
The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
nextToken - The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.
ListVpcConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVpcConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.