Interface DeviceInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeviceInfo.Builder,
,DeviceInfo> SdkBuilder<DeviceInfo.Builder,
,DeviceInfo> SdkPojo
- Enclosing class:
DeviceInfo
@Mutable
@NotThreadSafe
public static interface DeviceInfo.Builder
extends SdkPojo, CopyableBuilder<DeviceInfo.Builder,DeviceInfo>
-
Method Summary
Modifier and TypeMethodDescriptionoperatingSystem
(String operatingSystem) Operating system that the participant used for the call.platformName
(String platformName) Name of the platform that the participant used for the call.platformVersion
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-