public static interface WirelessDeviceLogOption.Builder extends SdkPojo, CopyableBuilder<WirelessDeviceLogOption.Builder,WirelessDeviceLogOption>
| Modifier and Type | Method and Description |
|---|---|
WirelessDeviceLogOption.Builder |
events(Collection<WirelessDeviceEventLogOption> events)
Sets the value of the Events property for this object.
|
WirelessDeviceLogOption.Builder |
events(Consumer<WirelessDeviceEventLogOption.Builder>... events)
Sets the value of the Events property for this object.
|
WirelessDeviceLogOption.Builder |
events(WirelessDeviceEventLogOption... events)
Sets the value of the Events property for this object.
|
WirelessDeviceLogOption.Builder |
logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
|
WirelessDeviceLogOption.Builder |
logLevel(String logLevel)
Sets the value of the LogLevel property for this object.
|
WirelessDeviceLogOption.Builder |
type(String type)
The wireless device type.
|
WirelessDeviceLogOption.Builder |
type(WirelessDeviceType type)
The wireless device type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWirelessDeviceLogOption.Builder type(String type)
The wireless device type.
type - The wireless device type.WirelessDeviceType,
WirelessDeviceTypeWirelessDeviceLogOption.Builder type(WirelessDeviceType type)
The wireless device type.
type - The wireless device type.WirelessDeviceType,
WirelessDeviceTypeWirelessDeviceLogOption.Builder logLevel(String logLevel)
WirelessDeviceLogOption.Builder logLevel(LogLevel logLevel)
WirelessDeviceLogOption.Builder events(Collection<WirelessDeviceEventLogOption> events)
events - The new value for the Events property for this object.WirelessDeviceLogOption.Builder events(WirelessDeviceEventLogOption... events)
events - The new value for the Events property for this object.WirelessDeviceLogOption.Builder events(Consumer<WirelessDeviceEventLogOption.Builder>... events)
WirelessDeviceEventLogOption.Builder avoiding the
need to create one manually via
WirelessDeviceEventLogOption.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #events(List.
events - a consumer that will call methods on
WirelessDeviceEventLogOption.Builder#events(java.util.Collection) Copyright © 2023. All rights reserved.