public static interface UpdateGlobalNetworkResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateGlobalNetworkResponse.Builder,UpdateGlobalNetworkResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGlobalNetworkResponse.Builder |
globalNetwork(Consumer<GlobalNetwork.Builder> globalNetwork)
Information about the global network object.
|
UpdateGlobalNetworkResponse.Builder |
globalNetwork(GlobalNetwork globalNetwork)
Information about the global network object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGlobalNetworkResponse.Builder globalNetwork(GlobalNetwork globalNetwork)
Information about the global network object.
globalNetwork - Information about the global network object.default UpdateGlobalNetworkResponse.Builder globalNetwork(Consumer<GlobalNetwork.Builder> globalNetwork)
Information about the global network object.
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 © 2023. All rights reserved.