Interface UpdateChimeWebhookConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChatbotResponse.Builder,CopyableBuilder<UpdateChimeWebhookConfigurationResponse.Builder,UpdateChimeWebhookConfigurationResponse>,SdkBuilder<UpdateChimeWebhookConfigurationResponse.Builder,UpdateChimeWebhookConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateChimeWebhookConfigurationResponse
public static interface UpdateChimeWebhookConfigurationResponse.Builder extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<UpdateChimeWebhookConfigurationResponse.Builder,UpdateChimeWebhookConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateChimeWebhookConfigurationResponse.BuilderwebhookConfiguration(Consumer<ChimeWebhookConfiguration.Builder> webhookConfiguration)Chime webhook configuration.UpdateChimeWebhookConfigurationResponse.BuilderwebhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)Chime webhook configuration.-
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
-
webhookConfiguration
UpdateChimeWebhookConfigurationResponse.Builder webhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)
Chime webhook configuration.- Parameters:
webhookConfiguration- Chime webhook configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webhookConfiguration
default UpdateChimeWebhookConfigurationResponse.Builder webhookConfiguration(Consumer<ChimeWebhookConfiguration.Builder> webhookConfiguration)
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 onChimeWebhookConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
webhookConfiguration(ChimeWebhookConfiguration)
-
-