Interface ConfiguredTeam.Builder

  • Method Details

    • tenantId

      ConfiguredTeam.Builder tenantId(String tenantId)

      The ID of the Microsoft Teams tenant.

      Parameters:
      tenantId - The ID of the Microsoft Teams tenant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • teamId

      The ID of the Microsoft Teams authorized with AWS Chatbot.

      To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.

      Parameters:
      teamId - The ID of the Microsoft Teams authorized with AWS Chatbot.

      To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.

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

      ConfiguredTeam.Builder teamName(String teamName)

      The name of the Microsoft Teams Team.

      Parameters:
      teamName - The name of the Microsoft Teams Team.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.

      Parameters:
      state - Either ENABLED or DISABLED. The resource returns DISABLED if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stateReason

      ConfiguredTeam.Builder stateReason(String stateReason)

      Provided if State is DISABLED. Provides context as to why the resource is disabled.

      Parameters:
      stateReason - Provided if State is DISABLED. Provides context as to why the resource is disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.