public static interface GetServiceNetworkVpcAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetServiceNetworkVpcAssociationResponse.Builder,GetServiceNetworkVpcAssociationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceNetworkVpcAssociationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.GetServiceNetworkVpcAssociationResponse.Builder createdAt(Instant createdAt)
The date and time that the association was created, specified in ISO-8601 format.
createdAt - The date and time that the association was created, specified in ISO-8601 format.GetServiceNetworkVpcAssociationResponse.Builder createdBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.GetServiceNetworkVpcAssociationResponse.Builder failureCode(String failureCode)
The failure code.
failureCode - The failure code.GetServiceNetworkVpcAssociationResponse.Builder failureMessage(String failureMessage)
The failure message.
failureMessage - The failure message.GetServiceNetworkVpcAssociationResponse.Builder id(String id)
The ID of the specified association between the service network and the VPC.
id - The ID of the specified association between the service network and the VPC.GetServiceNetworkVpcAssociationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
lastUpdatedAt - The date and time that the association was last updated, specified in ISO-8601 format.GetServiceNetworkVpcAssociationResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups.
securityGroupIds - The IDs of the security groups.GetServiceNetworkVpcAssociationResponse.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups.
securityGroupIds - The IDs of the security groups.GetServiceNetworkVpcAssociationResponse.Builder serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
serviceNetworkArn - The Amazon Resource Name (ARN) of the service network.GetServiceNetworkVpcAssociationResponse.Builder serviceNetworkId(String serviceNetworkId)
The ID of the service network.
serviceNetworkId - The ID of the service network.GetServiceNetworkVpcAssociationResponse.Builder serviceNetworkName(String serviceNetworkName)
The name of the service network.
serviceNetworkName - The name of the service network.GetServiceNetworkVpcAssociationResponse.Builder status(String status)
The status of the association.
status - The status of the association.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusGetServiceNetworkVpcAssociationResponse.Builder status(ServiceNetworkVpcAssociationStatus status)
The status of the association.
status - The status of the association.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusGetServiceNetworkVpcAssociationResponse.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2023. All rights reserved.