public static interface GetNetworkProfileResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<GetNetworkProfileResponse.Builder,GetNetworkProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetNetworkProfileResponse.Builder |
networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile.
|
GetNetworkProfileResponse.Builder |
networkProfile(NetworkProfile networkProfile)
The network profile.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNetworkProfileResponse.Builder networkProfile(NetworkProfile networkProfile)
The network profile.
networkProfile - The network profile.default GetNetworkProfileResponse.Builder networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile.
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.