public static interface VPCConnectionSummary.Builder extends SdkPojo, CopyableBuilder<VPCConnectionSummary.Builder,VPCConnectionSummary>
| Modifier and Type | Method and Description |
|---|---|
VPCConnectionSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the VPC connection.
|
VPCConnectionSummary.Builder |
availabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
|
VPCConnectionSummary.Builder |
availabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
|
VPCConnectionSummary.Builder |
createdTime(Instant createdTime)
The time that the VPC connection was created.
|
VPCConnectionSummary.Builder |
dnsResolvers(Collection<String> dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
VPCConnectionSummary.Builder |
dnsResolvers(String... dnsResolvers)
A list of IP addresses of DNS resolver endpoints for the VPC connection.
|
VPCConnectionSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The time that the VPC connection was last updated.
|
VPCConnectionSummary.Builder |
name(String name)
The display name for the VPC connection.
|
VPCConnectionSummary.Builder |
networkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of network interfaces.
|
VPCConnectionSummary.Builder |
networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
A list of network interfaces.
|
VPCConnectionSummary.Builder |
networkInterfaces(NetworkInterface... networkInterfaces)
A list of network interfaces.
|
VPCConnectionSummary.Builder |
roleArn(String roleArn)
The ARN of the IAM role associated with the VPC connection.
|
VPCConnectionSummary.Builder |
securityGroupIds(Collection<String> securityGroupIds)
The Amazon EC2 security group IDs associated with the VPC connection.
|
VPCConnectionSummary.Builder |
securityGroupIds(String... securityGroupIds)
The Amazon EC2 security group IDs associated with the VPC connection.
|
VPCConnectionSummary.Builder |
status(String status)
The status of the VPC connection.
|
VPCConnectionSummary.Builder |
status(VPCConnectionResourceStatus status)
The status of the VPC connection.
|
VPCConnectionSummary.Builder |
vpcConnectionId(String vpcConnectionId)
The ID of the VPC connection that you're creating.
|
VPCConnectionSummary.Builder |
vpcId(String vpcId)
The Amazon EC2 VPC ID associated with the VPC connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVPCConnectionSummary.Builder vpcConnectionId(String vpcConnectionId)
The ID of the VPC connection that you're creating. 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 creating. This ID is a unique identifier for each Amazon Web
Services Region in an Amazon Web Services account.VPCConnectionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the VPC connection.
arn - The Amazon Resource Name (ARN) of the VPC connection.VPCConnectionSummary.Builder name(String name)
The display name for the VPC connection.
name - The display name for the VPC connection.VPCConnectionSummary.Builder vpcId(String vpcId)
The Amazon EC2 VPC ID associated with the VPC connection.
vpcId - The Amazon EC2 VPC ID associated with the VPC connection.VPCConnectionSummary.Builder securityGroupIds(Collection<String> securityGroupIds)
The Amazon EC2 security group IDs associated with the VPC connection.
securityGroupIds - The Amazon EC2 security group IDs associated with the VPC connection.VPCConnectionSummary.Builder securityGroupIds(String... securityGroupIds)
The Amazon EC2 security group IDs associated with the VPC connection.
securityGroupIds - The Amazon EC2 security group IDs associated with the VPC connection.VPCConnectionSummary.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.VPCConnectionSummary.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.VPCConnectionSummary.Builder status(String status)
The status of the VPC connection.
status - The status of the VPC connection.VPCConnectionResourceStatus,
VPCConnectionResourceStatusVPCConnectionSummary.Builder status(VPCConnectionResourceStatus status)
The status of the VPC connection.
status - The status of the VPC connection.VPCConnectionResourceStatus,
VPCConnectionResourceStatusVPCConnectionSummary.Builder availabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
availabilityStatus - The availability status of the VPC connection.VPCConnectionAvailabilityStatus,
VPCConnectionAvailabilityStatusVPCConnectionSummary.Builder availabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
availabilityStatus - The availability status of the VPC connection.VPCConnectionAvailabilityStatus,
VPCConnectionAvailabilityStatusVPCConnectionSummary.Builder networkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of network interfaces.
networkInterfaces - A list of network interfaces.VPCConnectionSummary.Builder networkInterfaces(NetworkInterface... networkInterfaces)
A list of network interfaces.
networkInterfaces - A list of network interfaces.VPCConnectionSummary.Builder networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
A list of network interfaces.
This is a convenience method that creates an instance of theNetworkInterface.Builder avoiding the need to create
one manually via NetworkInterface.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networkInterfaces(List.
networkInterfaces - a consumer that will call methods on
NetworkInterface.Builder#networkInterfaces(java.util.Collection) VPCConnectionSummary.Builder roleArn(String roleArn)
The ARN of the IAM role associated with the VPC connection.
roleArn - The ARN of the IAM role associated with the VPC connection.VPCConnectionSummary.Builder createdTime(Instant createdTime)
The time that the VPC connection was created.
createdTime - The time that the VPC connection was created.VPCConnectionSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time that the VPC connection was last updated.
lastUpdatedTime - The time that the VPC connection was last updated.Copyright © 2023. All rights reserved.