Interface DeviceInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceInfo.Builder,DeviceInfo>,SdkBuilder<DeviceInfo.Builder,DeviceInfo>,SdkPojo
- Enclosing class:
- DeviceInfo
public static interface DeviceInfo.Builder extends SdkPojo, CopyableBuilder<DeviceInfo.Builder,DeviceInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceInfo.BuilderoperatingSystem(String operatingSystem)Operating system that the participant used for the call.DeviceInfo.BuilderplatformName(String platformName)Name of the platform that the participant used for the call.DeviceInfo.BuilderplatformVersion(String platformVersion)Version of the platform that the participant used for the call.-
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
-
platformName
DeviceInfo.Builder platformName(String platformName)
Name of the platform that the participant used for the call.
- Parameters:
platformName- Name of the platform that the participant used for the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platformVersion
DeviceInfo.Builder platformVersion(String platformVersion)
Version of the platform that the participant used for the call.
- Parameters:
platformVersion- Version of the platform that the participant used for the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operatingSystem
DeviceInfo.Builder operatingSystem(String operatingSystem)
Operating system that the participant used for the call.
- Parameters:
operatingSystem- Operating system that the participant used for the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-