public static interface DeleteGlobalNetworkResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DeleteGlobalNetworkResponse.Builder,DeleteGlobalNetworkResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteGlobalNetworkResponse.Builder |
globalNetwork(Consumer<GlobalNetwork.Builder> globalNetwork)
Information about the global network.
|
DeleteGlobalNetworkResponse.Builder |
globalNetwork(GlobalNetwork globalNetwork)
Information about the global network.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteGlobalNetworkResponse.Builder globalNetwork(GlobalNetwork globalNetwork)
Information about the global network.
globalNetwork - Information about the global network.default DeleteGlobalNetworkResponse.Builder globalNetwork(Consumer<GlobalNetwork.Builder> globalNetwork)
Information about the global network.
This is a convenience method that creates an instance of theGlobalNetwork.Builder avoiding the need
to create one manually via GlobalNetwork.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to globalNetwork(GlobalNetwork).
globalNetwork - a consumer that will call methods on GlobalNetwork.BuilderglobalNetwork(GlobalNetwork)Copyright © 2022. All rights reserved.