| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNetworkSummary.Builder |
ServiceNetworkSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the service network.
|
static ServiceNetworkSummary.Builder |
ServiceNetworkSummary.builder() |
ServiceNetworkSummary.Builder |
ServiceNetworkSummary.Builder.createdAt(Instant createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
|
ServiceNetworkSummary.Builder |
ServiceNetworkSummary.Builder.id(String id)
The ID of the service network.
|
ServiceNetworkSummary.Builder |
ServiceNetworkSummary.Builder.lastUpdatedAt(Instant lastUpdatedAt)
The date and time that the service network was last updated, specified in ISO-8601 format.
|
ServiceNetworkSummary.Builder |
ServiceNetworkSummary.Builder.name(String name)
The name of the service network.
|
ServiceNetworkSummary.Builder |
ServiceNetworkSummary.Builder.numberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
|
ServiceNetworkSummary.Builder |
ServiceNetworkSummary.Builder.numberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
|
ServiceNetworkSummary.Builder |
ServiceNetworkSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceNetworkSummary.Builder> |
ServiceNetworkSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.