public static interface GetNetworkResponse.Builder extends PrivateNetworksResponse.Builder, SdkPojo, CopyableBuilder<GetNetworkResponse.Builder,GetNetworkResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetNetworkResponse.Builder |
network(Consumer<Network.Builder> network)
Information about the network.
|
GetNetworkResponse.Builder |
network(Network network)
Information about the network.
|
GetNetworkResponse.Builder |
tags(Map<String,String> tags)
The network tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNetworkResponse.Builder network(Network network)
Information about the network.
network - Information about the network.default GetNetworkResponse.Builder network(Consumer<Network.Builder> network)
Information about the network.
This is a convenience method that creates an instance of theNetwork.Builder avoiding the need to
create one manually via Network.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to network(Network).
network - a consumer that will call methods on Network.Buildernetwork(Network)GetNetworkResponse.Builder tags(Map<String,String> tags)
The network tags.
tags - The network tags.Copyright © 2022. All rights reserved.