Interface WirelessGatewayEventLogOption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WirelessGatewayEventLogOption.Builder,
,WirelessGatewayEventLogOption> SdkBuilder<WirelessGatewayEventLogOption.Builder,
,WirelessGatewayEventLogOption> SdkPojo
- Enclosing class:
WirelessGatewayEventLogOption
public static interface WirelessGatewayEventLogOption.Builder
extends SdkPojo, CopyableBuilder<WirelessGatewayEventLogOption.Builder,WirelessGatewayEventLogOption>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Event property for this object.event
(WirelessGatewayEvent event) Sets the value of the Event property for this object.Sets the value of the LogLevel property for this object.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, sdkFields
-
Method Details
-
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:
-
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:
-
logLevel
Sets the value of the LogLevel property for this object.- Parameters:
logLevel
- The new value for the LogLevel property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
logLevel
Sets the value of the LogLevel property for this object.- Parameters:
logLevel
- The new value for the LogLevel property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-