Interface StreamConfigurationSessionBackup.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StreamConfigurationSessionBackup.Builder,StreamConfigurationSessionBackup>, SdkBuilder<StreamConfigurationSessionBackup.Builder,StreamConfigurationSessionBackup>, SdkPojo
Enclosing class:
StreamConfigurationSessionBackup

public static interface StreamConfigurationSessionBackup.Builder extends SdkPojo, CopyableBuilder<StreamConfigurationSessionBackup.Builder,StreamConfigurationSessionBackup>
  • Method Details

    • maxBackupsToRetain

      StreamConfigurationSessionBackup.Builder maxBackupsToRetain(Integer maxBackupsToRetain)

      The maximum number of backups that each streaming session created from this launch profile can have.

      Parameters:
      maxBackupsToRetain - The maximum number of backups that each streaming session created from this launch profile can have.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: