public static interface GetServiceNetworkResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetServiceNetworkResponse.Builder,GetServiceNetworkResponse>
| Modifier and Type | Method and Description |
|---|---|
GetServiceNetworkResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service network.
|
GetServiceNetworkResponse.Builder |
authType(AuthType authType)
The type of IAM policy.
|
GetServiceNetworkResponse.Builder |
authType(String authType)
The type of IAM policy.
|
GetServiceNetworkResponse.Builder |
createdAt(Instant createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
|
GetServiceNetworkResponse.Builder |
id(String id)
The ID of the service network.
|
GetServiceNetworkResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The date and time of the last update, specified in ISO-8601 format.
|
GetServiceNetworkResponse.Builder |
name(String name)
The name of the service network.
|
GetServiceNetworkResponse.Builder |
numberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
|
GetServiceNetworkResponse.Builder |
numberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceNetworkResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service network.
arn - The Amazon Resource Name (ARN) of the service network.GetServiceNetworkResponse.Builder authType(String authType)
The type of IAM policy.
GetServiceNetworkResponse.Builder authType(AuthType authType)
The type of IAM policy.
GetServiceNetworkResponse.Builder createdAt(Instant createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
createdAt - The date and time that the service network was created, specified in ISO-8601 format.GetServiceNetworkResponse.Builder id(String id)
The ID of the service network.
id - The ID of the service network.GetServiceNetworkResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The date and time of the last update, specified in ISO-8601 format.
lastUpdatedAt - The date and time of the last update, specified in ISO-8601 format.GetServiceNetworkResponse.Builder name(String name)
The name of the service network.
name - The name of the service network.GetServiceNetworkResponse.Builder numberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
numberOfAssociatedServices - The number of services associated with the service network.GetServiceNetworkResponse.Builder numberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
numberOfAssociatedVPCs - The number of VPCs associated with the service network.Copyright © 2023. All rights reserved.