public static interface VpcLink.Builder extends SdkPojo, CopyableBuilder<VpcLink.Builder,VpcLink>
Modifier and Type | Method and Description |
---|---|
VpcLink.Builder |
createdDate(Instant createdDate)
The timestamp when the VPC link was created.
|
VpcLink.Builder |
name(String name)
The name of the VPC link.
|
VpcLink.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
|
VpcLink.Builder |
securityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC link.
|
VpcLink.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
|
VpcLink.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs to include in the VPC link.
|
VpcLink.Builder |
tags(Map<String,String> tags)
Tags for the VPC link.
|
VpcLink.Builder |
vpcLinkId(String vpcLinkId)
The ID of the VPC link.
|
VpcLink.Builder |
vpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
|
VpcLink.Builder |
vpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
VpcLink.Builder |
vpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
|
VpcLink.Builder |
vpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
|
VpcLink.Builder |
vpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VpcLink.Builder createdDate(Instant createdDate)
The timestamp when the VPC link was created.
createdDate
- The timestamp when the VPC link was created.VpcLink.Builder name(String name)
The name of the VPC link.
name
- The name of the VPC link.VpcLink.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
securityGroupIds
- A list of security group IDs for the VPC link.VpcLink.Builder securityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC link.
securityGroupIds
- A list of security group IDs for the VPC link.VpcLink.Builder subnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
subnetIds
- A list of subnet IDs to include in the VPC link.VpcLink.Builder subnetIds(String... subnetIds)
A list of subnet IDs to include in the VPC link.
subnetIds
- A list of subnet IDs to include in the VPC link.VpcLink.Builder tags(Map<String,String> tags)
Tags for the VPC link.
tags
- Tags for the VPC link.VpcLink.Builder vpcLinkId(String vpcLinkId)
The ID of the VPC link.
vpcLinkId
- The ID of the VPC link.VpcLink.Builder vpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
vpcLinkStatus
- The status of the VPC link.VpcLinkStatus
,
VpcLinkStatus
VpcLink.Builder vpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
vpcLinkStatus
- The status of the VPC link.VpcLinkStatus
,
VpcLinkStatus
VpcLink.Builder vpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
vpcLinkStatusMessage
- A message summarizing the cause of the status of the VPC link.VpcLink.Builder vpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
vpcLinkVersion
- The version of the VPC link.VpcLinkVersion
,
VpcLinkVersion
VpcLink.Builder vpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
vpcLinkVersion
- The version of the VPC link.VpcLinkVersion
,
VpcLinkVersion
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.