Interface IdleSettings.Builder

    • Method Detail

      • lifecycleManagement

        IdleSettings.Builder lifecycleManagement​(String lifecycleManagement)

        Indicates whether idle shutdown is activated for the application type.

        Parameters:
        lifecycleManagement - Indicates whether idle shutdown is activated for the application type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifecycleManagement, LifecycleManagement
      • lifecycleManagement

        IdleSettings.Builder lifecycleManagement​(LifecycleManagement lifecycleManagement)

        Indicates whether idle shutdown is activated for the application type.

        Parameters:
        lifecycleManagement - Indicates whether idle shutdown is activated for the application type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifecycleManagement, LifecycleManagement
      • idleTimeoutInMinutes

        IdleSettings.Builder idleTimeoutInMinutes​(Integer idleTimeoutInMinutes)

        The time that SageMaker waits after the application becomes idle before shutting it down.

        Parameters:
        idleTimeoutInMinutes - The time that SageMaker waits after the application becomes idle before shutting it down.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minIdleTimeoutInMinutes

        IdleSettings.Builder minIdleTimeoutInMinutes​(Integer minIdleTimeoutInMinutes)

        The minimum value in minutes that custom idle shutdown can be set to by the user.

        Parameters:
        minIdleTimeoutInMinutes - The minimum value in minutes that custom idle shutdown can be set to by the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxIdleTimeoutInMinutes

        IdleSettings.Builder maxIdleTimeoutInMinutes​(Integer maxIdleTimeoutInMinutes)

        The maximum value in minutes that custom idle shutdown can be set to by the user.

        Parameters:
        maxIdleTimeoutInMinutes - The maximum value in minutes that custom idle shutdown can be set to by the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.