Interface FuotaTaskEventLogOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FuotaTaskEventLogOption.Builder,FuotaTaskEventLogOption>,SdkBuilder<FuotaTaskEventLogOption.Builder,FuotaTaskEventLogOption>,SdkPojo
- Enclosing class:
- FuotaTaskEventLogOption
public static interface FuotaTaskEventLogOption.Builder extends SdkPojo, CopyableBuilder<FuotaTaskEventLogOption.Builder,FuotaTaskEventLogOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FuotaTaskEventLogOption.Builderevent(String event)Sets the value of the Event property for this object.FuotaTaskEventLogOption.Builderevent(FuotaTaskEvent event)Sets the value of the Event property for this object.FuotaTaskEventLogOption.BuilderlogLevel(String logLevel)Sets the value of the LogLevel property for this object.FuotaTaskEventLogOption.BuilderlogLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
event
FuotaTaskEventLogOption.Builder event(String event)
Sets the value of the Event property for this object.- Parameters:
event- The new value for the Event property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FuotaTaskEvent,FuotaTaskEvent
-
event
FuotaTaskEventLogOption.Builder event(FuotaTaskEvent event)
Sets the value of the Event property for this object.- Parameters:
event- The new value for the Event property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FuotaTaskEvent,FuotaTaskEvent
-
logLevel
FuotaTaskEventLogOption.Builder logLevel(String logLevel)
Sets the value of the LogLevel property for this object.
-
logLevel
FuotaTaskEventLogOption.Builder logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
-
-