Interface ListClientVpcConnectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListClientVpcConnectionsRequest.Builder,ListClientVpcConnectionsRequest>
,KafkaRequest.Builder
,SdkBuilder<ListClientVpcConnectionsRequest.Builder,ListClientVpcConnectionsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListClientVpcConnectionsRequest
public static interface ListClientVpcConnectionsRequest.Builder extends KafkaRequest.Builder, SdkPojo, CopyableBuilder<ListClientVpcConnectionsRequest.Builder,ListClientVpcConnectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListClientVpcConnectionsRequest.Builder
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.ListClientVpcConnectionsRequest.Builder
maxResults(Integer maxResults)
The maximum number of results to return in the response.ListClientVpcConnectionsRequest.Builder
nextToken(String nextToken)
The paginated results marker.ListClientVpcConnectionsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListClientVpcConnectionsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kafka.model.KafkaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterArn
ListClientVpcConnectionsRequest.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
- Parameters:
clusterArn
-The Amazon Resource Name (ARN) of the cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListClientVpcConnectionsRequest.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.
- Parameters:
maxResults
-The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListClientVpcConnectionsRequest.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListClientVpcConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListClientVpcConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-