Interface UpdateLogLevelsByResourceTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLogLevelsByResourceTypesRequest.Builder,UpdateLogLevelsByResourceTypesRequest>,IotWirelessRequest.Builder,SdkBuilder<UpdateLogLevelsByResourceTypesRequest.Builder,UpdateLogLevelsByResourceTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLogLevelsByResourceTypesRequest
public static interface UpdateLogLevelsByResourceTypesRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<UpdateLogLevelsByResourceTypesRequest.Builder,UpdateLogLevelsByResourceTypesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
defaultLogLevel
UpdateLogLevelsByResourceTypesRequest.Builder defaultLogLevel(String defaultLogLevel)
Sets the value of the DefaultLogLevel property for this object.
-
defaultLogLevel
UpdateLogLevelsByResourceTypesRequest.Builder defaultLogLevel(LogLevel defaultLogLevel)
Sets the value of the DefaultLogLevel property for this object.
-
fuotaTaskLogOptions
UpdateLogLevelsByResourceTypesRequest.Builder fuotaTaskLogOptions(Collection<FuotaTaskLogOption> fuotaTaskLogOptions)
Sets the value of the FuotaTaskLogOptions property for this object.- Parameters:
fuotaTaskLogOptions- The new value for the FuotaTaskLogOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fuotaTaskLogOptions
UpdateLogLevelsByResourceTypesRequest.Builder fuotaTaskLogOptions(FuotaTaskLogOption... fuotaTaskLogOptions)
Sets the value of the FuotaTaskLogOptions property for this object.- Parameters:
fuotaTaskLogOptions- The new value for the FuotaTaskLogOptions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fuotaTaskLogOptions
UpdateLogLevelsByResourceTypesRequest.Builder fuotaTaskLogOptions(Consumer<FuotaTaskLogOption.Builder>... fuotaTaskLogOptions)
Sets the value of the FuotaTaskLogOptions property for this object. This is a convenience method that creates an instance of theFuotaTaskLogOption.Builderavoiding the need to create one manually viaFuotaTaskLogOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fuotaTaskLogOptions(List.) - Parameters:
fuotaTaskLogOptions- a consumer that will call methods onFuotaTaskLogOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#fuotaTaskLogOptions(java.util.Collection)
-
wirelessDeviceLogOptions
UpdateLogLevelsByResourceTypesRequest.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
UpdateLogLevelsByResourceTypesRequest.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
UpdateLogLevelsByResourceTypesRequest.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)
-
wirelessGatewayLogOptions
UpdateLogLevelsByResourceTypesRequest.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
UpdateLogLevelsByResourceTypesRequest.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
UpdateLogLevelsByResourceTypesRequest.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)
-
overrideConfiguration
UpdateLogLevelsByResourceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLogLevelsByResourceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-