public static interface UpdateNetworkProfileResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<UpdateNetworkProfileResponse.Builder,UpdateNetworkProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateNetworkProfileResponse.Builder |
networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
A list of the available network profiles.
|
UpdateNetworkProfileResponse.Builder |
networkProfile(NetworkProfile networkProfile)
A list of the available network profiles.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNetworkProfileResponse.Builder networkProfile(NetworkProfile networkProfile)
A list of the available network profiles.
networkProfile - A list of the available network profiles.default UpdateNetworkProfileResponse.Builder networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
A list of the available network profiles.
This is a convenience method that creates an instance of theNetworkProfile.Builder avoiding the need
to create one manually via NetworkProfile.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to networkProfile(NetworkProfile).
networkProfile - a consumer that will call methods on NetworkProfile.BuildernetworkProfile(NetworkProfile)Copyright © 2022. All rights reserved.