| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
VPCConnection.Builder |
VPCConnection.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.availabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.availabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
|
static VPCConnection.Builder |
VPCConnection.builder() |
VPCConnection.Builder |
VPCConnection.Builder.createdTime(Instant createdTime)
The time that the VPC connection was created.
|
VPCConnection.Builder |
VPCConnection.Builder.dnsResolvers(Collection<String> dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.dnsResolvers(String... dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The time that the VPC connection was last updated.
|
VPCConnection.Builder |
VPCConnection.Builder.name(String name)
The display name for the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of network interfaces.
|
VPCConnection.Builder |
VPCConnection.Builder.networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
A list of network interfaces.
|
VPCConnection.Builder |
VPCConnection.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
A list of network interfaces.
|
VPCConnection.Builder |
VPCConnection.Builder.roleArn(String roleArn)
The ARN of the IAM role associated with the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.securityGroupIds(Collection<String> securityGroupIds)
The Amazon EC2 security group IDs associated with the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.securityGroupIds(String... securityGroupIds)
The Amazon EC2 security group IDs associated with the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.status(String status)
The status of the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.status(VPCConnectionResourceStatus status)
The status of the VPC connection.
|
VPCConnection.Builder |
VPCConnection.toBuilder() |
VPCConnection.Builder |
VPCConnection.Builder.vpcConnectionId(String vpcConnectionId)
The ID of the VPC connection that you're creating.
|
VPCConnection.Builder |
VPCConnection.Builder.vpcId(String vpcId)
The Amazon EC2 VPC ID associated with the VPC connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VPCConnection.Builder> |
VPCConnection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeVpcConnectionResponse.Builder |
DescribeVpcConnectionResponse.Builder.vpcConnection(Consumer<VPCConnection.Builder> vpcConnection)
A response object that provides information for the specified VPC connection.
|
Copyright © 2023. All rights reserved.