public static interface StreamConfigurationSessionBackup.Builder extends SdkPojo, CopyableBuilder<StreamConfigurationSessionBackup.Builder,StreamConfigurationSessionBackup>
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationSessionBackup.Builder |
maxBackupsToRetain(Integer maxBackupsToRetain)
The maximum number of backups that each streaming session created from this launch profile can have.
|
StreamConfigurationSessionBackup.Builder |
mode(SessionBackupMode mode)
Specifies how artists sessions are backed up.
|
StreamConfigurationSessionBackup.Builder |
mode(String mode)
Specifies how artists sessions are backed up.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamConfigurationSessionBackup.Builder maxBackupsToRetain(Integer maxBackupsToRetain)
The maximum number of backups that each streaming session created from this launch profile can have.
maxBackupsToRetain - The maximum number of backups that each streaming session created from this launch profile can have.StreamConfigurationSessionBackup.Builder mode(String mode)
Specifies how artists sessions are backed up.
Configures backups for streaming sessions launched with this launch profile. The default value is
DEACTIVATED, which means that backups are deactivated. To allow backups, set this value to
AUTOMATIC.
mode - Specifies how artists sessions are backed up.
Configures backups for streaming sessions launched with this launch profile. The default value is
DEACTIVATED, which means that backups are deactivated. To allow backups, set this value
to AUTOMATIC.
SessionBackupMode,
SessionBackupModeStreamConfigurationSessionBackup.Builder mode(SessionBackupMode mode)
Specifies how artists sessions are backed up.
Configures backups for streaming sessions launched with this launch profile. The default value is
DEACTIVATED, which means that backups are deactivated. To allow backups, set this value to
AUTOMATIC.
mode - Specifies how artists sessions are backed up.
Configures backups for streaming sessions launched with this launch profile. The default value is
DEACTIVATED, which means that backups are deactivated. To allow backups, set this value
to AUTOMATIC.
SessionBackupMode,
SessionBackupModeCopyright © 2023. All rights reserved.