public static interface CreateNetworkProfileResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<CreateNetworkProfileResponse.Builder,CreateNetworkProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateNetworkProfileResponse.Builder |
networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile that is returned by the create network profile request.
|
CreateNetworkProfileResponse.Builder |
networkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkProfileResponse.Builder networkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
networkProfile - The network profile that is returned by the create network profile request.default CreateNetworkProfileResponse.Builder networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile that is returned by the create network profile request.
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.