Interface ConfiguredTeam.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConfiguredTeam.Builder,ConfiguredTeam>, SdkBuilder<ConfiguredTeam.Builder,ConfiguredTeam>, SdkPojo
Enclosing class:
ConfiguredTeam

public static interface ConfiguredTeam.Builder extends SdkPojo, CopyableBuilder<ConfiguredTeam.Builder,ConfiguredTeam>
  • 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 Team 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 details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide.
      Parameters:
      teamId - The ID of the Microsoft Team 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 details, see steps 1-4 in Get started with Microsoft Teams 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.