public static interface GetNetworkProfileResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetNetworkProfileResponse.Builder,GetNetworkProfileResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetNetworkProfileResponse.Builder |
networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile associated with a device.
|
GetNetworkProfileResponse.Builder |
networkProfile(NetworkProfile networkProfile)
The network profile associated with a device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNetworkProfileResponse.Builder networkProfile(NetworkProfile networkProfile)
The network profile associated with a device.
networkProfile - The network profile associated with a device.default GetNetworkProfileResponse.Builder networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile associated with a device.
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 © 2023. All rights reserved.