Interface DeleteMicrosoftTeamsConfiguredTeamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChatbotRequest.Builder,CopyableBuilder<DeleteMicrosoftTeamsConfiguredTeamRequest.Builder,DeleteMicrosoftTeamsConfiguredTeamRequest>,SdkBuilder<DeleteMicrosoftTeamsConfiguredTeamRequest.Builder,DeleteMicrosoftTeamsConfiguredTeamRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteMicrosoftTeamsConfiguredTeamRequest
public static interface DeleteMicrosoftTeamsConfiguredTeamRequest.Builder extends ChatbotRequest.Builder, SdkPojo, CopyableBuilder<DeleteMicrosoftTeamsConfiguredTeamRequest.Builder,DeleteMicrosoftTeamsConfiguredTeamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteMicrosoftTeamsConfiguredTeamRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteMicrosoftTeamsConfiguredTeamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteMicrosoftTeamsConfiguredTeamRequest.BuilderteamId(String teamId)The ID of the Microsoft Team authorized with AWS Chatbot.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotRequest.Builder
build
-
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
-
teamId
DeleteMicrosoftTeamsConfiguredTeamRequest.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.
-
overrideConfiguration
DeleteMicrosoftTeamsConfiguredTeamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteMicrosoftTeamsConfiguredTeamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-