Interface GetLogLevelsByResourceTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLogLevelsByResourceTypesResponse.Builder,GetLogLevelsByResourceTypesResponse>,IotWirelessResponse.Builder,SdkBuilder<GetLogLevelsByResourceTypesResponse.Builder,GetLogLevelsByResourceTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetLogLevelsByResourceTypesResponse
public static interface GetLogLevelsByResourceTypesResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetLogLevelsByResourceTypesResponse.Builder,GetLogLevelsByResourceTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLogLevelsByResourceTypesResponse.BuilderdefaultLogLevel(String defaultLogLevel)Sets the value of the DefaultLogLevel property for this object.GetLogLevelsByResourceTypesResponse.BuilderdefaultLogLevel(LogLevel defaultLogLevel)Sets the value of the DefaultLogLevel property for this object.GetLogLevelsByResourceTypesResponse.BuilderwirelessDeviceLogOptions(Collection<WirelessDeviceLogOption> wirelessDeviceLogOptions)Sets the value of the WirelessDeviceLogOptions property for this object.GetLogLevelsByResourceTypesResponse.BuilderwirelessDeviceLogOptions(Consumer<WirelessDeviceLogOption.Builder>... wirelessDeviceLogOptions)Sets the value of the WirelessDeviceLogOptions property for this object.GetLogLevelsByResourceTypesResponse.BuilderwirelessDeviceLogOptions(WirelessDeviceLogOption... wirelessDeviceLogOptions)Sets the value of the WirelessDeviceLogOptions property for this object.GetLogLevelsByResourceTypesResponse.BuilderwirelessGatewayLogOptions(Collection<WirelessGatewayLogOption> wirelessGatewayLogOptions)Sets the value of the WirelessGatewayLogOptions property for this object.GetLogLevelsByResourceTypesResponse.BuilderwirelessGatewayLogOptions(Consumer<WirelessGatewayLogOption.Builder>... wirelessGatewayLogOptions)Sets the value of the WirelessGatewayLogOptions property for this object.GetLogLevelsByResourceTypesResponse.BuilderwirelessGatewayLogOptions(WirelessGatewayLogOption... wirelessGatewayLogOptions)Sets the value of the WirelessGatewayLogOptions property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
defaultLogLevel
GetLogLevelsByResourceTypesResponse.Builder defaultLogLevel(String defaultLogLevel)
Sets the value of the DefaultLogLevel property for this object.
-
defaultLogLevel
GetLogLevelsByResourceTypesResponse.Builder defaultLogLevel(LogLevel defaultLogLevel)
Sets the value of the DefaultLogLevel property for this object.
-
wirelessGatewayLogOptions
GetLogLevelsByResourceTypesResponse.Builder wirelessGatewayLogOptions(Collection<WirelessGatewayLogOption> wirelessGatewayLogOptions)
Sets the value of the WirelessGatewayLogOptions property for this object.- Parameters:
wirelessGatewayLogOptions- The new value for the WirelessGatewayLogOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessGatewayLogOptions
GetLogLevelsByResourceTypesResponse.Builder wirelessGatewayLogOptions(WirelessGatewayLogOption... wirelessGatewayLogOptions)
Sets the value of the WirelessGatewayLogOptions property for this object.- Parameters:
wirelessGatewayLogOptions- The new value for the WirelessGatewayLogOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessGatewayLogOptions
GetLogLevelsByResourceTypesResponse.Builder wirelessGatewayLogOptions(Consumer<WirelessGatewayLogOption.Builder>... wirelessGatewayLogOptions)
Sets the value of the WirelessGatewayLogOptions property for this object. This is a convenience method that creates an instance of theWirelessGatewayLogOption.Builderavoiding the need to create one manually viaWirelessGatewayLogOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#wirelessGatewayLogOptions(List.) - Parameters:
wirelessGatewayLogOptions- a consumer that will call methods onWirelessGatewayLogOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#wirelessGatewayLogOptions(java.util.Collection)
-
wirelessDeviceLogOptions
GetLogLevelsByResourceTypesResponse.Builder wirelessDeviceLogOptions(Collection<WirelessDeviceLogOption> wirelessDeviceLogOptions)
Sets the value of the WirelessDeviceLogOptions property for this object.- Parameters:
wirelessDeviceLogOptions- The new value for the WirelessDeviceLogOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessDeviceLogOptions
GetLogLevelsByResourceTypesResponse.Builder wirelessDeviceLogOptions(WirelessDeviceLogOption... wirelessDeviceLogOptions)
Sets the value of the WirelessDeviceLogOptions property for this object.- Parameters:
wirelessDeviceLogOptions- The new value for the WirelessDeviceLogOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessDeviceLogOptions
GetLogLevelsByResourceTypesResponse.Builder wirelessDeviceLogOptions(Consumer<WirelessDeviceLogOption.Builder>... wirelessDeviceLogOptions)
Sets the value of the WirelessDeviceLogOptions property for this object. This is a convenience method that creates an instance of theWirelessDeviceLogOption.Builderavoiding the need to create one manually viaWirelessDeviceLogOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#wirelessDeviceLogOptions(List.) - Parameters:
wirelessDeviceLogOptions- a consumer that will call methods onWirelessDeviceLogOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#wirelessDeviceLogOptions(java.util.Collection)
-
-