public static interface UpdateNetworkProfileResponse.Builder extends DeviceFarmResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.