Interface TraceContent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TraceContent.Builder,TraceContent>,SdkBuilder<TraceContent.Builder,TraceContent>,SdkPojo
- Enclosing class:
- TraceContent
public static interface TraceContent.Builder extends SdkPojo, CopyableBuilder<TraceContent.Builder,TraceContent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TraceContent.BuilderlogLevel(String logLevel)Sets the value of the LogLevel property for this object.TraceContent.BuilderlogLevel(LogLevel logLevel)Sets the value of the LogLevel property for this object.TraceContent.BuildermulticastFrameInfo(String multicastFrameInfo)Sets the value of the MulticastFrameInfo property for this object.TraceContent.BuildermulticastFrameInfo(MulticastFrameInfo multicastFrameInfo)Sets the value of the MulticastFrameInfo property for this object.TraceContent.BuilderwirelessDeviceFrameInfo(String wirelessDeviceFrameInfo)Sets the value of the WirelessDeviceFrameInfo property for this object.TraceContent.BuilderwirelessDeviceFrameInfo(WirelessDeviceFrameInfo wirelessDeviceFrameInfo)Sets the value of the WirelessDeviceFrameInfo 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 Detail
-
wirelessDeviceFrameInfo
TraceContent.Builder wirelessDeviceFrameInfo(String wirelessDeviceFrameInfo)
Sets the value of the WirelessDeviceFrameInfo property for this object.- Parameters:
wirelessDeviceFrameInfo- The new value for the WirelessDeviceFrameInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WirelessDeviceFrameInfo,WirelessDeviceFrameInfo
-
wirelessDeviceFrameInfo
TraceContent.Builder wirelessDeviceFrameInfo(WirelessDeviceFrameInfo wirelessDeviceFrameInfo)
Sets the value of the WirelessDeviceFrameInfo property for this object.- Parameters:
wirelessDeviceFrameInfo- The new value for the WirelessDeviceFrameInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WirelessDeviceFrameInfo,WirelessDeviceFrameInfo
-
logLevel
TraceContent.Builder logLevel(String logLevel)
Sets the value of the LogLevel property for this object.
-
logLevel
TraceContent.Builder logLevel(LogLevel logLevel)
Sets the value of the LogLevel property for this object.
-
multicastFrameInfo
TraceContent.Builder multicastFrameInfo(String multicastFrameInfo)
Sets the value of the MulticastFrameInfo property for this object.- Parameters:
multicastFrameInfo- The new value for the MulticastFrameInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MulticastFrameInfo,MulticastFrameInfo
-
multicastFrameInfo
TraceContent.Builder multicastFrameInfo(MulticastFrameInfo multicastFrameInfo)
Sets the value of the MulticastFrameInfo property for this object.- Parameters:
multicastFrameInfo- The new value for the MulticastFrameInfo property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MulticastFrameInfo,MulticastFrameInfo
-
-