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