Interface GetMicrosoftTeamsChannelConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ChatbotResponse.Builder
,CopyableBuilder<GetMicrosoftTeamsChannelConfigurationResponse.Builder,
,GetMicrosoftTeamsChannelConfigurationResponse> SdkBuilder<GetMicrosoftTeamsChannelConfigurationResponse.Builder,
,GetMicrosoftTeamsChannelConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMicrosoftTeamsChannelConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetMicrosoftTeamsChannelConfigurationResponse.Builder
extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<GetMicrosoftTeamsChannelConfigurationResponse.Builder,GetMicrosoftTeamsChannelConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchannelConfiguration
(Consumer<TeamsChannelConfiguration.Builder> channelConfiguration) The configuration for a Microsoft Teams channel configured with AWS Chatbot.channelConfiguration
(TeamsChannelConfiguration channelConfiguration) The configuration for a Microsoft Teams channel configured with AWS Chatbot.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
-
channelConfiguration
GetMicrosoftTeamsChannelConfigurationResponse.Builder channelConfiguration(TeamsChannelConfiguration channelConfiguration) The configuration for a Microsoft Teams channel configured with AWS Chatbot.
- Parameters:
channelConfiguration
- The configuration for a Microsoft Teams channel configured with AWS Chatbot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelConfiguration
default GetMicrosoftTeamsChannelConfigurationResponse.Builder channelConfiguration(Consumer<TeamsChannelConfiguration.Builder> channelConfiguration) The configuration for a Microsoft Teams channel configured with AWS Chatbot.
This is a convenience method that creates an instance of theTeamsChannelConfiguration.Builder
avoiding the need to create one manually viaTeamsChannelConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochannelConfiguration(TeamsChannelConfiguration)
.- Parameters:
channelConfiguration
- 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:
-