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 Summary
Modifier 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.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
configuredTeams
ListMicrosoftTeamsConfiguredTeamsResponse.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.
-
configuredTeams
ListMicrosoftTeamsConfiguredTeamsResponse.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.
-
configuredTeams
ListMicrosoftTeamsConfiguredTeamsResponse.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.Builder
avoiding the need to create one manually viaConfiguredTeam.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconfiguredTeams(List<ConfiguredTeam>)
.- Parameters:
configuredTeams
- a consumer that will call methods onConfiguredTeam.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- 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.
-