Interface ListMicrosoftTeamsConfiguredTeamsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ChatbotResponse.Builder,- CopyableBuilder<ListMicrosoftTeamsConfiguredTeamsResponse.Builder,,- ListMicrosoftTeamsConfiguredTeamsResponse> - SdkBuilder<ListMicrosoftTeamsConfiguredTeamsResponse.Builder,,- ListMicrosoftTeamsConfiguredTeamsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListMicrosoftTeamsConfiguredTeamsResponse
@Mutable
@NotThreadSafe
public static interface ListMicrosoftTeamsConfiguredTeamsResponse.Builder
extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<ListMicrosoftTeamsConfiguredTeamsResponse.Builder,ListMicrosoftTeamsConfiguredTeamsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionconfiguredTeams(Collection<ConfiguredTeam> configuredTeams) A list of teams in Microsoft Teams that are configured with AWS Chatbot.configuredTeams(Consumer<ConfiguredTeam.Builder>... configuredTeams) A list of teams in Microsoft Teams that are configured with AWS Chatbot.configuredTeams(ConfiguredTeam... configuredTeams) A list of teams in Microsoft Teams that are configured with AWS Chatbot.An optional token returned from a prior request.Methods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotResponse.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
configuredTeamsListMicrosoftTeamsConfiguredTeamsResponse.Builder configuredTeams(Collection<ConfiguredTeam> configuredTeams) A list of teams in Microsoft Teams that are configured with AWS Chatbot. - Parameters:
- configuredTeams- A list of teams in Microsoft Teams that are configured with AWS Chatbot.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
configuredTeamsListMicrosoftTeamsConfiguredTeamsResponse.Builder configuredTeams(ConfiguredTeam... configuredTeams) A list of teams in Microsoft Teams that are configured with AWS Chatbot. - Parameters:
- configuredTeams- A list of teams in Microsoft Teams that are configured with AWS Chatbot.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
configuredTeamsListMicrosoftTeamsConfiguredTeamsResponse.Builder configuredTeams(Consumer<ConfiguredTeam.Builder>... configuredTeams) A list of teams in Microsoft Teams that are configured with AWS Chatbot. This is a convenience method that creates an instance of theConfiguredTeam.Builderavoiding the need to create one manually viaConfiguredTeam.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguredTeams(List<ConfiguredTeam>).- Parameters:
- configuredTeams- a consumer that will call methods on- ConfiguredTeam.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenAn optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - Parameters:
- nextToken- An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-