Interface ListVpcConnectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListVpcConnectionsRequest.Builder,ListVpcConnectionsRequest>,QuickSightRequest.Builder,SdkBuilder<ListVpcConnectionsRequest.Builder,ListVpcConnectionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListVpcConnectionsRequest
public static interface ListVpcConnectionsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListVpcConnectionsRequest.Builder,ListVpcConnectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListVpcConnectionsRequest.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account ID of the account that contains the VPC connections that you want to list.ListVpcConnectionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListVpcConnectionsRequest.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListVpcConnectionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVpcConnectionsRequest.BuilderoverrideConfiguration(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.quicksight.model.QuickSightRequest.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
-
awsAccountId
ListVpcConnectionsRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that contains the VPC connections that you want to list.
- Parameters:
awsAccountId- The Amazon Web Services account ID of the account that contains the VPC connections that you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListVpcConnectionsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListVpcConnectionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
- Parameters:
maxResults- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVpcConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListVpcConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-