public static interface Network.Builder extends SdkPojo, CopyableBuilder<Network.Builder,Network>
| Modifier and Type | Method and Description |
|---|---|
Network.Builder |
createdAt(Instant createdAt)
The creation time of the network.
|
Network.Builder |
description(String description)
The description of the network.
|
Network.Builder |
networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
|
Network.Builder |
networkName(String networkName)
The name of the network.
|
Network.Builder |
status(NetworkStatus status)
The status of the network.
|
Network.Builder |
status(String status)
The status of the network.
|
Network.Builder |
statusReason(String statusReason)
The status reason of the network.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetwork.Builder createdAt(Instant createdAt)
The creation time of the network.
createdAt - The creation time of the network.Network.Builder description(String description)
The description of the network.
description - The description of the network.Network.Builder networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
networkArn - The Amazon Resource Name (ARN) of the network.Network.Builder networkName(String networkName)
The name of the network.
networkName - The name of the network.Network.Builder status(String status)
The status of the network.
status - The status of the network.NetworkStatus,
NetworkStatusNetwork.Builder status(NetworkStatus status)
The status of the network.
status - The status of the network.NetworkStatus,
NetworkStatusNetwork.Builder statusReason(String statusReason)
The status reason of the network.
statusReason - The status reason of the network.Copyright © 2023. All rights reserved.