Interface TeamsUserIdentity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TeamsUserIdentity.Builder,
,TeamsUserIdentity> SdkBuilder<TeamsUserIdentity.Builder,
,TeamsUserIdentity> SdkPojo
- Enclosing class:
TeamsUserIdentity
public static interface TeamsUserIdentity.Builder
extends SdkPojo, CopyableBuilder<TeamsUserIdentity.Builder,TeamsUserIdentity>
-
Method Summary
Modifier 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 ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity.iamRoleArn
(String iamRoleArn) The ARN of the IAM role that defines the permissions for AWS Chatbot.The ID of the Microsoft Team authorized with AWS Chatbot.teamsChannelId
(String teamsChannelId) The ID of the Microsoft Teams channel.teamsTenantId
(String teamsTenantId) The ID of the Microsoft Teams tenant.Id from Microsoft Teams for user.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 Details
-
iamRoleArn
The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.- Parameters:
iamRoleArn
- The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chatConfigurationArn
The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity.- Parameters:
chatConfigurationArn
- The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity.- 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.
-
userId
Id from Microsoft Teams for user.- Parameters:
userId
- Id from Microsoft Teams for user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsUserIdentity
The 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.
-
teamsChannelId
The 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.
-
teamsTenantId
The 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.
-