| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the association.
|
static ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.builder() |
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.createdAt(Instant createdAt)
The date and time that the association was created, specified in ISO-8601 format.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.createdBy(String createdBy)
The account that created the association.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.id(String id)
The ID of the association.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the association was last updated, specified in ISO-8601 format.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.serviceNetworkId(String serviceNetworkId)
The ID of the service network.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.serviceNetworkName(String serviceNetworkName)
The name of the service network.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.status(ServiceNetworkVpcAssociationStatus status)
The status.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.status(String status)
The status.
|
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.toBuilder() |
ServiceNetworkVpcAssociationSummary.Builder |
ServiceNetworkVpcAssociationSummary.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceNetworkVpcAssociationSummary.Builder> |
ServiceNetworkVpcAssociationSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.