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
Modifier and TypeMethodDescriptionAn optional token returned from a prior request.teamChannelConfigurations(Collection<TeamsChannelConfiguration> teamChannelConfigurations) A list of AWS Chatbot channel configurations for Microsoft Teams.teamChannelConfigurations(Consumer<TeamsChannelConfiguration.Builder>... teamChannelConfigurations) A list of AWS Chatbot channel configurations for Microsoft Teams.teamChannelConfigurations(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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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 toteamChannelConfigurations(List<TeamsChannelConfiguration>).- 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:
-