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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfiguredTeam.BuilderteamId(String teamId)The ID of the Microsoft Team authorized with AWS Chatbot.ConfiguredTeam.BuilderteamName(String teamName)The name of the Microsoft Teams Team.ConfiguredTeam.BuildertenantId(String tenantId)The ID of the Microsoft Teams tenant.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
ConfiguredTeam.Builder teamId(String 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.
-
-