public static interface UpdateVpcLinkResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<UpdateVpcLinkResponse.Builder,UpdateVpcLinkResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcLinkResponse.Builder |
createdDate(Instant createdDate)
The timestamp when the VPC link was created.
|
UpdateVpcLinkResponse.Builder |
name(String name)
The name of the VPC link.
|
UpdateVpcLinkResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs for the VPC link.
|
UpdateVpcLinkResponse.Builder |
securityGroupIds(String... securityGroupIds)
A list of security group IDs for the VPC link.
|
UpdateVpcLinkResponse.Builder |
subnetIds(Collection<String> subnetIds)
A list of subnet IDs to include in the VPC link.
|
UpdateVpcLinkResponse.Builder |
subnetIds(String... subnetIds)
A list of subnet IDs to include in the VPC link.
|
UpdateVpcLinkResponse.Builder |
tags(Map<String,String> tags)
Tags for the VPC link.
|
UpdateVpcLinkResponse.Builder |
vpcLinkId(String vpcLinkId)
The ID of the VPC link.
|
UpdateVpcLinkResponse.Builder |
vpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
vpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
vpcLinkStatusMessage(String vpcLinkStatusMessage)
A message summarizing the cause of the status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
vpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
|
UpdateVpcLinkResponse.Builder |
vpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcLinkResponse.Builder createdDate(Instant createdDate)
The timestamp when the VPC link was created.
createdDate - The timestamp when the VPC link was created.UpdateVpcLinkResponse.Builder name(String name)
The name of the VPC link.
name - The name of the VPC link.UpdateVpcLinkResponse.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.UpdateVpcLinkResponse.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.UpdateVpcLinkResponse.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.UpdateVpcLinkResponse.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.UpdateVpcLinkResponse.Builder tags(Map<String,String> tags)
Tags for the VPC link.
tags - Tags for the VPC link.UpdateVpcLinkResponse.Builder vpcLinkId(String vpcLinkId)
The ID of the VPC link.
vpcLinkId - The ID of the VPC link.UpdateVpcLinkResponse.Builder vpcLinkStatus(String vpcLinkStatus)
The status of the VPC link.
vpcLinkStatus - The status of the VPC link.VpcLinkStatus,
VpcLinkStatusUpdateVpcLinkResponse.Builder vpcLinkStatus(VpcLinkStatus vpcLinkStatus)
The status of the VPC link.
vpcLinkStatus - The status of the VPC link.VpcLinkStatus,
VpcLinkStatusUpdateVpcLinkResponse.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.UpdateVpcLinkResponse.Builder vpcLinkVersion(String vpcLinkVersion)
The version of the VPC link.
vpcLinkVersion - The version of the VPC link.VpcLinkVersion,
VpcLinkVersionUpdateVpcLinkResponse.Builder vpcLinkVersion(VpcLinkVersion vpcLinkVersion)
The version of the VPC link.
vpcLinkVersion - The version of the VPC link.VpcLinkVersion,
VpcLinkVersionCopyright © 2020. All rights reserved.