UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.awsAccountId(String awsAccountId) |
The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.
|
static UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.builder() |
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.dnsResolvers(String... dnsResolvers) |
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.dnsResolvers(Collection<String> dnsResolvers) |
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.name(String name) |
The display name for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.roleArn(String roleArn) |
An IAM role associated with the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.securityGroupIds(String... securityGroupIds) |
A list of security group IDs for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
A list of security group IDs for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.subnetIds(String... subnetIds) |
A list of subnet IDs for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.subnetIds(Collection<String> subnetIds) |
A list of subnet IDs for the VPC connection.
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.toBuilder() |
|
UpdateVpcConnectionRequest.Builder |
UpdateVpcConnectionRequest.Builder.vpcConnectionId(String vpcConnectionId) |
The ID of the VPC connection that you're updating.
|