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