Interface DescribeChimeWebhookConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChatbotResponse.Builder,CopyableBuilder<DescribeChimeWebhookConfigurationsResponse.Builder,,DescribeChimeWebhookConfigurationsResponse> SdkBuilder<DescribeChimeWebhookConfigurationsResponse.Builder,,DescribeChimeWebhookConfigurationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeChimeWebhookConfigurationsResponse
public static interface DescribeChimeWebhookConfigurationsResponse.Builder
extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<DescribeChimeWebhookConfigurationsResponse.Builder,DescribeChimeWebhookConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn optional token returned from a prior request.webhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations) A list of Amazon Chime webhooks associated with the account.webhookConfigurations(Consumer<ChimeWebhookConfiguration.Builder>... webhookConfigurations) A list of Amazon Chime webhooks associated with the account.webhookConfigurations(ChimeWebhookConfiguration... webhookConfigurations) A list of Amazon Chime webhooks associated with the account.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.
-
webhookConfigurations
DescribeChimeWebhookConfigurationsResponse.Builder webhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations) A list of Amazon Chime webhooks associated with the account.
- Parameters:
webhookConfigurations- A list of Amazon Chime webhooks associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webhookConfigurations
DescribeChimeWebhookConfigurationsResponse.Builder webhookConfigurations(ChimeWebhookConfiguration... webhookConfigurations) A list of Amazon Chime webhooks associated with the account.
- Parameters:
webhookConfigurations- A list of Amazon Chime webhooks associated with the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webhookConfigurations
DescribeChimeWebhookConfigurationsResponse.Builder webhookConfigurations(Consumer<ChimeWebhookConfiguration.Builder>... webhookConfigurations) A list of Amazon Chime webhooks associated with the account.
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 towebhookConfigurations(List<ChimeWebhookConfiguration>).- Parameters:
webhookConfigurations- 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:
-