Interface IdentityCenterConfigurationInput.Builder

    • Method Detail

      • identityCenterInstanceArn

        IdentityCenterConfigurationInput.Builder identityCenterInstanceArn​(String identityCenterInstanceArn)

        The ARN of the IAM Identity Center instance.

        Parameters:
        identityCenterInstanceArn - The ARN of the IAM Identity Center instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userBackgroundSessionsEnabled

        IdentityCenterConfigurationInput.Builder userBackgroundSessionsEnabled​(Boolean userBackgroundSessionsEnabled)

        Enables user background sessions for this application so Livy sessions can continue running after users log out of their interactive notebook or their Identity Center sessions expire.

        Parameters:
        userBackgroundSessionsEnabled - Enables user background sessions for this application so Livy sessions can continue running after users log out of their interactive notebook or their Identity Center sessions expire.
        Returns:
        Returns a reference to this object so that method calls can be chained together.