Interface DescribeVpcConnectionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DescribeVpcConnectionRequest.Builder,,DescribeVpcConnectionRequest> QuickSightRequest.Builder,SdkBuilder<DescribeVpcConnectionRequest.Builder,,DescribeVpcConnectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DescribeVpcConnectionRequest
public static interface DescribeVpcConnectionRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeVpcConnectionRequest.Builder,DescribeVpcConnectionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The Amazon Web Services account ID of the account that contains the VPC connection that you want described.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.vpcConnectionId(String vpcConnectionId) The ID of the VPC connection that you're creating.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
awsAccountId
The Amazon Web Services account ID of the account that contains the VPC connection that you want described.
- Parameters:
 awsAccountId- The Amazon Web Services account ID of the account that contains the VPC connection that you want described.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcConnectionId
The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
- Parameters:
 vpcConnectionId- The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DescribeVpcConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DescribeVpcConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -