CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.awsAccountId(String awsAccountId) |
The Amazon Web Services account ID of the account where you want to create a new VPC connection.
|
static CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.builder() |
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.dnsResolvers(String... dnsResolvers) |
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.dnsResolvers(Collection<String> dnsResolvers) |
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.name(String name) |
The display name for the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.roleArn(String roleArn) |
The IAM role to associate with the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.securityGroupIds(String... securityGroupIds) |
A list of security group IDs for the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
A list of security group IDs for the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.subnetIds(String... subnetIds) |
A list of subnet IDs for the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.subnetIds(Collection<String> subnetIds) |
A list of subnet IDs for the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.tags(Collection<Tag> tags) |
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.tags(Tag... tags) |
A map of the key-value pairs for the resource tag or tags assigned to the VPC connection.
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.toBuilder() |
|
CreateVpcConnectionRequest.Builder |
CreateVpcConnectionRequest.Builder.vpcConnectionId(String vpcConnectionId) |
The ID of the VPC connection that you're creating.
|