Interface ListMicrosoftTeamsChannelConfigurationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChatbotResponse.Builder,CopyableBuilder<ListMicrosoftTeamsChannelConfigurationsResponse.Builder,ListMicrosoftTeamsChannelConfigurationsResponse>,SdkBuilder<ListMicrosoftTeamsChannelConfigurationsResponse.Builder,ListMicrosoftTeamsChannelConfigurationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMicrosoftTeamsChannelConfigurationsResponse
public static interface ListMicrosoftTeamsChannelConfigurationsResponse.Builder extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<ListMicrosoftTeamsChannelConfigurationsResponse.Builder,ListMicrosoftTeamsChannelConfigurationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMicrosoftTeamsChannelConfigurationsResponse.BuildernextToken(String nextToken)An optional token returned from a prior request.ListMicrosoftTeamsChannelConfigurationsResponse.BuilderteamChannelConfigurations(Collection<TeamsChannelConfiguration> teamChannelConfigurations)A list of AWS Chatbot channel configurations for Microsoft Teams.ListMicrosoftTeamsChannelConfigurationsResponse.BuilderteamChannelConfigurations(Consumer<TeamsChannelConfiguration.Builder>... teamChannelConfigurations)A list of AWS Chatbot channel configurations for Microsoft Teams.ListMicrosoftTeamsChannelConfigurationsResponse.BuilderteamChannelConfigurations(TeamsChannelConfiguration... teamChannelConfigurations)A list of AWS Chatbot channel configurations for Microsoft Teams.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListMicrosoftTeamsChannelConfigurationsResponse.Builder nextToken(String 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.
-
teamChannelConfigurations
ListMicrosoftTeamsChannelConfigurationsResponse.Builder teamChannelConfigurations(Collection<TeamsChannelConfiguration> teamChannelConfigurations)
A list of AWS Chatbot channel configurations for Microsoft Teams.- Parameters:
teamChannelConfigurations- A list of AWS Chatbot channel configurations for Microsoft Teams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
teamChannelConfigurations
ListMicrosoftTeamsChannelConfigurationsResponse.Builder teamChannelConfigurations(TeamsChannelConfiguration... teamChannelConfigurations)
A list of AWS Chatbot channel configurations for Microsoft Teams.- Parameters:
teamChannelConfigurations- A list of AWS Chatbot channel configurations for Microsoft Teams.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
teamChannelConfigurations
ListMicrosoftTeamsChannelConfigurationsResponse.Builder teamChannelConfigurations(Consumer<TeamsChannelConfiguration.Builder>... teamChannelConfigurations)
A list of AWS Chatbot channel configurations for Microsoft Teams. This is a convenience method that creates an instance of theTeamsChannelConfiguration.Builderavoiding the need to create one manually viaTeamsChannelConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#teamChannelConfigurations(List.) - Parameters:
teamChannelConfigurations- a consumer that will call methods onTeamsChannelConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#teamChannelConfigurations(java.util.Collection)
-
-