Interface UpdateChimeWebhookConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ChatbotResponse.Builder,- CopyableBuilder<UpdateChimeWebhookConfigurationResponse.Builder,,- UpdateChimeWebhookConfigurationResponse> - SdkBuilder<UpdateChimeWebhookConfigurationResponse.Builder,,- UpdateChimeWebhookConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateChimeWebhookConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateChimeWebhookConfigurationResponse.Builder
extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<UpdateChimeWebhookConfigurationResponse.Builder,UpdateChimeWebhookConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionwebhookConfiguration(Consumer<ChimeWebhookConfiguration.Builder> webhookConfiguration) A Amazon Chime webhook configuration.webhookConfiguration(ChimeWebhookConfiguration webhookConfiguration) A Amazon Chime webhook configuration.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- 
webhookConfigurationUpdateChimeWebhookConfigurationResponse.Builder webhookConfiguration(ChimeWebhookConfiguration webhookConfiguration) A Amazon Chime webhook configuration. - Parameters:
- webhookConfiguration- A Amazon Chime webhook configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
webhookConfigurationdefault UpdateChimeWebhookConfigurationResponse.Builder webhookConfiguration(Consumer<ChimeWebhookConfiguration.Builder> webhookConfiguration) A Amazon Chime webhook configuration. This is a convenience method that creates an instance of theChimeWebhookConfiguration.Builderavoiding the need to create one manually viaChimeWebhookConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towebhookConfiguration(ChimeWebhookConfiguration).- Parameters:
- webhookConfiguration- a consumer that will call methods on- ChimeWebhookConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-