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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamConfigurationSessionBackup.BuildermaxBackupsToRetain(Integer maxBackupsToRetain)The maximum number of backups that each streaming session created from this launch profile can have.StreamConfigurationSessionBackup.Buildermode(String mode)Specifies how artists sessions are backed up.StreamConfigurationSessionBackup.Buildermode(SessionBackupMode mode)Specifies how artists sessions are backed up.-
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
-
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
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 toAUTOMATIC.- 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 toAUTOMATIC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SessionBackupMode,SessionBackupMode
-
mode
StreamConfigurationSessionBackup.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 toAUTOMATIC.- 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 toAUTOMATIC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SessionBackupMode,SessionBackupMode
-
-