public static interface UpdateVpcConnectionRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcConnectionRequest.Builder,UpdateVpcConnectionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcConnectionRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
|
UpdateVpcConnectionRequest.Builder |
dnsResolvers(Collection<String> dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
dnsResolvers(String... dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
name(String name)
The display name for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVpcConnectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVpcConnectionRequest.Builder |
roleArn(String roleArn)
An IAM role associated with the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
securityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
vpcConnectionId(String vpcConnectionId)
The ID of the VPC connection that you're updating.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcConnectionRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
awsAccountId - The Amazon Web Services account ID of the account that contains the VPC connection that you want to
update.UpdateVpcConnectionRequest.Builder vpcConnectionId(String 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.
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.UpdateVpcConnectionRequest.Builder name(String name)
The display name for the VPC connection.
name - The display name for the VPC connection.UpdateVpcConnectionRequest.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs for the VPC connection.
subnetIds - A list of subnet IDs for the VPC connection.UpdateVpcConnectionRequest.Builder subnetIds(String... subnetIds)
A list of subnet IDs for the VPC connection.
subnetIds - A list of subnet IDs for the VPC connection.UpdateVpcConnectionRequest.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC connection.
securityGroupIds - A list of security group IDs for the VPC connection.UpdateVpcConnectionRequest.Builder securityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC connection.
securityGroupIds - A list of security group IDs for the VPC connection.UpdateVpcConnectionRequest.Builder dnsResolvers(Collection<String> dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
dnsResolvers - A list of IP addresses of DNS resolver endpoints for the VPC connection.UpdateVpcConnectionRequest.Builder dnsResolvers(String... dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
dnsResolvers - A list of IP addresses of DNS resolver endpoints for the VPC connection.UpdateVpcConnectionRequest.Builder roleArn(String roleArn)
An IAM role associated with the VPC connection.
roleArn - An IAM role associated with the VPC connection.UpdateVpcConnectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVpcConnectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.