public static interface UserSettingsSummary.Builder extends SdkPojo, CopyableBuilder<UserSettingsSummary.Builder,UserSettingsSummary>
| Modifier and Type | Method and Description |
|---|---|
UserSettingsSummary.Builder |
copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary.Builder |
copyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UserSettingsSummary.Builder |
disconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
UserSettingsSummary.Builder |
downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary.Builder |
downloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UserSettingsSummary.Builder |
idleDisconnectTimeoutInMinutes(Integer idleDisconnectTimeoutInMinutes)
The amount of time that users can be idle (inactive) before they are disconnected from their streaming
session and the disconnect timeout interval begins.
|
UserSettingsSummary.Builder |
pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary.Builder |
pasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UserSettingsSummary.Builder |
printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UserSettingsSummary.Builder |
printAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UserSettingsSummary.Builder |
uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary.Builder |
uploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UserSettingsSummary.Builder |
userSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserSettingsSummary.Builder copyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed - Specifies whether the user can copy text from the streaming session to the local device.EnabledType,
EnabledTypeUserSettingsSummary.Builder copyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed - Specifies whether the user can copy text from the streaming session to the local device.EnabledType,
EnabledTypeUserSettingsSummary.Builder disconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
disconnectTimeoutInMinutes - The amount of time that a streaming session remains active after users disconnect.UserSettingsSummary.Builder downloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed - Specifies whether the user can download files from the streaming session to the local device.EnabledType,
EnabledTypeUserSettingsSummary.Builder downloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed - Specifies whether the user can download files from the streaming session to the local device.EnabledType,
EnabledTypeUserSettingsSummary.Builder idleDisconnectTimeoutInMinutes(Integer idleDisconnectTimeoutInMinutes)
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
idleDisconnectTimeoutInMinutes - The amount of time that users can be idle (inactive) before they are disconnected from their streaming
session and the disconnect timeout interval begins.UserSettingsSummary.Builder pasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed - Specifies whether the user can paste text from the local device to the streaming session.EnabledType,
EnabledTypeUserSettingsSummary.Builder pasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed - Specifies whether the user can paste text from the local device to the streaming session.EnabledType,
EnabledTypeUserSettingsSummary.Builder printAllowed(String printAllowed)
Specifies whether the user can print to the local device.
printAllowed - Specifies whether the user can print to the local device.EnabledType,
EnabledTypeUserSettingsSummary.Builder printAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
printAllowed - Specifies whether the user can print to the local device.EnabledType,
EnabledTypeUserSettingsSummary.Builder uploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed - Specifies whether the user can upload files from the local device to the streaming session.EnabledType,
EnabledTypeUserSettingsSummary.Builder uploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed - Specifies whether the user can upload files from the local device to the streaming session.EnabledType,
EnabledTypeUserSettingsSummary.Builder userSettingsArn(String userSettingsArn)
The ARN of the user settings.
userSettingsArn - The ARN of the user settings.Copyright © 2023. All rights reserved.