Interface AutoSubscriptionConfiguration.Builder

  • Method Details

    • autoSubscribe

      AutoSubscriptionConfiguration.Builder autoSubscribe(String autoSubscribe)

      Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.

      Parameters:
      autoSubscribe - Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • autoSubscribe

      Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.

      Parameters:
      autoSubscribe - Describes whether automatic subscriptions are enabled for an Amazon Q Business application using IAM identity federation for user management.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultSubscriptionType

      AutoSubscriptionConfiguration.Builder defaultSubscriptionType(String defaultSubscriptionType)

      Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for autoSubscribe is set to ENABLED you must select a value for this field.

      Parameters:
      defaultSubscriptionType - Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for autoSubscribe is set to ENABLED you must select a value for this field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultSubscriptionType

      AutoSubscriptionConfiguration.Builder defaultSubscriptionType(SubscriptionType defaultSubscriptionType)

      Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for autoSubscribe is set to ENABLED you must select a value for this field.

      Parameters:
      defaultSubscriptionType - Describes the default subscription type assigned to an Amazon Q Business application using IAM identity federation for user management. If the value for autoSubscribe is set to ENABLED you must select a value for this field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: