Interface ConfiguredTeam.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConfiguredTeam.Builder,
,ConfiguredTeam> SdkBuilder<ConfiguredTeam.Builder,
,ConfiguredTeam> SdkPojo
- Enclosing class:
ConfiguredTeam
-
Method Summary
Modifier and TypeMethodDescriptionEitherENABLED
orDISABLED
.stateReason
(String stateReason) Provided if State isDISABLED
.The ID of the Microsoft Teams authorized with AWS Chatbot.The name of the Microsoft Teams Team.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
orDISABLED
. The resource returnsDISABLED
if the organization's AWS Chatbot policy has explicitly denied that configuration. For example, if Amazon Chime is disabled.- Parameters:
state
- EitherENABLED
orDISABLED
. The resource returnsDISABLED
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
Provided if State is
DISABLED
. Provides context as to why the resource is disabled.- Parameters:
stateReason
- Provided if State isDISABLED
. Provides context as to why the resource is disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-