Interface TeamsUserIdentity.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TeamsUserIdentity.Builder,,- TeamsUserIdentity> - SdkBuilder<TeamsUserIdentity.Builder,,- TeamsUserIdentity> - SdkPojo
- Enclosing class:
- TeamsUserIdentity
- 
Method SummaryModifier and TypeMethodDescriptionawsUserIdentity(String awsUserIdentity) The AWS user identity ARN used to associate a Microsoft Teams user Identity with an IAM Role.chatConfigurationArn(String chatConfigurationArn) The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.iamRoleArn(String iamRoleArn) A user-defined role that AWS Chatbot assumes.The ID of the Microsoft Teams authorized with AWS Chatbot.teamsChannelId(String teamsChannelId) The ID of the Microsoft Teams channel.teamsTenantId(String teamsTenantId) The ID of the Microsoft Teams tenant.The Microsoft Teams user ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
iamRoleArnA user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. - Parameters:
- iamRoleArn- A user-defined role that AWS Chatbot assumes. This is not the service-linked role.- For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
chatConfigurationArnThe Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete. - Parameters:
- chatConfigurationArn- The Amazon Resource Name (ARN) of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
teamIdThe 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.
 
- 
userIdThe Microsoft Teams user ID. - Parameters:
- userId- The Microsoft Teams user ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
awsUserIdentityThe AWS user identity ARN used to associate a Microsoft Teams user Identity with an IAM Role. - Parameters:
- awsUserIdentity- The AWS user identity ARN used to associate a Microsoft Teams user Identity with an IAM Role.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
teamsChannelIdThe ID of the Microsoft Teams channel. - Parameters:
- teamsChannelId- The ID of the Microsoft Teams channel.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
teamsTenantIdThe ID of the Microsoft Teams tenant. - Parameters:
- teamsTenantId- The ID of the Microsoft Teams tenant.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-