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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcConnectionRequest.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account ID of the account that contains the VPC connection that you want described.DescribeVpcConnectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeVpcConnectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeVpcConnectionRequest.BuildervpcConnectionId(String vpcConnectionId)The ID of the VPC connection that you're creating.-
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
DescribeVpcConnectionRequest.Builder awsAccountId(String 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
DescribeVpcConnectionRequest.Builder vpcConnectionId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeVpcConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-