Interface UpdateVpcConnectionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateVpcConnectionRequest.Builder,,UpdateVpcConnectionRequest> QuickSightRequest.Builder,SdkBuilder<UpdateVpcConnectionRequest.Builder,,UpdateVpcConnectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateVpcConnectionRequest
public static interface UpdateVpcConnectionRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcConnectionRequest.Builder,UpdateVpcConnectionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.dnsResolvers(String... dnsResolvers) A list of IP addresses of DNS resolver endpoints for the VPC connection.dnsResolvers(Collection<String> dnsResolvers) A list of IP addresses of DNS resolver endpoints for the VPC connection.The display name for the VPC connection.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.An IAM role associated with the VPC connection.securityGroupIds(String... securityGroupIds) A list of security group IDs for the VPC connection.securityGroupIds(Collection<String> securityGroupIds) A list of security group IDs for the VPC connection.A list of subnet IDs for the VPC connection.subnetIds(Collection<String> subnetIds) A list of subnet IDs for the VPC connection.vpcConnectionId(String vpcConnectionId) The ID of the VPC connection that you're updating.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
awsAccountId
The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
- Parameters:
 awsAccountId- The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.- 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 updating. 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 updating. 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.
 
 - 
name
The display name for the VPC connection.
- Parameters:
 name- The display name for the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
A list of subnet IDs for the VPC connection.
- Parameters:
 subnetIds- A list of subnet IDs for the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
A list of subnet IDs for the VPC connection.
- Parameters:
 subnetIds- A list of subnet IDs for the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
A list of security group IDs for the VPC connection.
- Parameters:
 securityGroupIds- A list of security group IDs for the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
securityGroupIds
A list of security group IDs for the VPC connection.
- Parameters:
 securityGroupIds- A list of security group IDs for the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dnsResolvers
A list of IP addresses of DNS resolver endpoints for the VPC connection.
- Parameters:
 dnsResolvers- A list of IP addresses of DNS resolver endpoints for the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dnsResolvers
A list of IP addresses of DNS resolver endpoints for the VPC connection.
- Parameters:
 dnsResolvers- A list of IP addresses of DNS resolver endpoints for the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
roleArn
An IAM role associated with the VPC connection.
- Parameters:
 roleArn- An IAM role associated with the VPC connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateVpcConnectionRequest.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
UpdateVpcConnectionRequest.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.
 
 
 -