public static interface ServiceNetworkVpcAssociationSummary.Builder extends SdkPojo, CopyableBuilder<ServiceNetworkVpcAssociationSummary.Builder,ServiceNetworkVpcAssociationSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceNetworkVpcAssociationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.ServiceNetworkVpcAssociationSummary.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.ServiceNetworkVpcAssociationSummary.Builder createdBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.ServiceNetworkVpcAssociationSummary.Builder id(String id)
The ID of the association.
id - The ID of the association.ServiceNetworkVpcAssociationSummary.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.ServiceNetworkVpcAssociationSummary.Builder serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
serviceNetworkArn - The Amazon Resource Name (ARN) of the service network.ServiceNetworkVpcAssociationSummary.Builder serviceNetworkId(String serviceNetworkId)
The ID of the service network.
serviceNetworkId - The ID of the service network.ServiceNetworkVpcAssociationSummary.Builder serviceNetworkName(String serviceNetworkName)
The name of the service network.
serviceNetworkName - The name of the service network.ServiceNetworkVpcAssociationSummary.Builder status(String status)
The status.
status - The status.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusServiceNetworkVpcAssociationSummary.Builder status(ServiceNetworkVpcAssociationStatus status)
The status.
status - The status.ServiceNetworkVpcAssociationStatus,
ServiceNetworkVpcAssociationStatusServiceNetworkVpcAssociationSummary.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.Copyright © 2023. All rights reserved.