public static interface GetLogLevelsByResourceTypesResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetLogLevelsByResourceTypesResponse.Builder,GetLogLevelsByResourceTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLogLevelsByResourceTypesResponse.Builder |
defaultLogLevel(LogLevel defaultLogLevel)
Sets the value of the DefaultLogLevel property for this object.
|
GetLogLevelsByResourceTypesResponse.Builder |
defaultLogLevel(String defaultLogLevel)
Sets the value of the DefaultLogLevel property for this object.
|
GetLogLevelsByResourceTypesResponse.Builder |
wirelessDeviceLogOptions(Collection<WirelessDeviceLogOption> wirelessDeviceLogOptions)
Sets the value of the WirelessDeviceLogOptions property for this object.
|
GetLogLevelsByResourceTypesResponse.Builder |
wirelessDeviceLogOptions(Consumer<WirelessDeviceLogOption.Builder>... wirelessDeviceLogOptions)
Sets the value of the WirelessDeviceLogOptions property for this object.
|
GetLogLevelsByResourceTypesResponse.Builder |
wirelessDeviceLogOptions(WirelessDeviceLogOption... wirelessDeviceLogOptions)
Sets the value of the WirelessDeviceLogOptions property for this object.
|
GetLogLevelsByResourceTypesResponse.Builder |
wirelessGatewayLogOptions(Collection<WirelessGatewayLogOption> wirelessGatewayLogOptions)
Sets the value of the WirelessGatewayLogOptions property for this object.
|
GetLogLevelsByResourceTypesResponse.Builder |
wirelessGatewayLogOptions(Consumer<WirelessGatewayLogOption.Builder>... wirelessGatewayLogOptions)
Sets the value of the WirelessGatewayLogOptions property for this object.
|
GetLogLevelsByResourceTypesResponse.Builder |
wirelessGatewayLogOptions(WirelessGatewayLogOption... wirelessGatewayLogOptions)
Sets the value of the WirelessGatewayLogOptions property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLogLevelsByResourceTypesResponse.Builder defaultLogLevel(String defaultLogLevel)
GetLogLevelsByResourceTypesResponse.Builder defaultLogLevel(LogLevel defaultLogLevel)
GetLogLevelsByResourceTypesResponse.Builder wirelessGatewayLogOptions(Collection<WirelessGatewayLogOption> wirelessGatewayLogOptions)
wirelessGatewayLogOptions - The new value for the WirelessGatewayLogOptions property for this object.GetLogLevelsByResourceTypesResponse.Builder wirelessGatewayLogOptions(WirelessGatewayLogOption... wirelessGatewayLogOptions)
wirelessGatewayLogOptions - The new value for the WirelessGatewayLogOptions property for this object.GetLogLevelsByResourceTypesResponse.Builder wirelessGatewayLogOptions(Consumer<WirelessGatewayLogOption.Builder>... wirelessGatewayLogOptions)
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #wirelessGatewayLogOptions(List) .wirelessGatewayLogOptions - a consumer that will call methods on List.Builder #wirelessGatewayLogOptions(List) GetLogLevelsByResourceTypesResponse.Builder wirelessDeviceLogOptions(Collection<WirelessDeviceLogOption> wirelessDeviceLogOptions)
wirelessDeviceLogOptions - The new value for the WirelessDeviceLogOptions property for this object.GetLogLevelsByResourceTypesResponse.Builder wirelessDeviceLogOptions(WirelessDeviceLogOption... wirelessDeviceLogOptions)
wirelessDeviceLogOptions - The new value for the WirelessDeviceLogOptions property for this object.GetLogLevelsByResourceTypesResponse.Builder wirelessDeviceLogOptions(Consumer<WirelessDeviceLogOption.Builder>... wirelessDeviceLogOptions)
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #wirelessDeviceLogOptions(List) .wirelessDeviceLogOptions - a consumer that will call methods on List.Builder #wirelessDeviceLogOptions(List) Copyright © 2021. All rights reserved.