Interface UpdateChimeWebhookConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChatbotRequest.Builder,CopyableBuilder<UpdateChimeWebhookConfigurationRequest.Builder,UpdateChimeWebhookConfigurationRequest>,SdkBuilder<UpdateChimeWebhookConfigurationRequest.Builder,UpdateChimeWebhookConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateChimeWebhookConfigurationRequest
public static interface UpdateChimeWebhookConfigurationRequest.Builder extends ChatbotRequest.Builder, SdkPojo, CopyableBuilder<UpdateChimeWebhookConfigurationRequest.Builder,UpdateChimeWebhookConfigurationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
chatConfigurationArn
UpdateChimeWebhookConfigurationRequest.Builder chatConfigurationArn(String chatConfigurationArn)
The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update.
- Parameters:
chatConfigurationArn- The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webhookDescription
UpdateChimeWebhookConfigurationRequest.Builder webhookDescription(String webhookDescription)
A description of the webhook. We recommend using the convention
RoomName/WebhookName.For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.
- Parameters:
webhookDescription- A description of the webhook. We recommend using the conventionRoomName/WebhookName.For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webhookUrl
UpdateChimeWebhookConfigurationRequest.Builder webhookUrl(String webhookUrl)
The URL for the Amazon Chime webhook.
- Parameters:
webhookUrl- The URL for the Amazon Chime webhook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snsTopicArns
UpdateChimeWebhookConfigurationRequest.Builder snsTopicArns(Collection<String> snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
- Parameters:
snsTopicArns- The ARNs of the SNS topics that deliver notifications to AWS Chatbot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snsTopicArns
UpdateChimeWebhookConfigurationRequest.Builder snsTopicArns(String... snsTopicArns)
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
- Parameters:
snsTopicArns- The ARNs of the SNS topics that deliver notifications to AWS Chatbot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
UpdateChimeWebhookConfigurationRequest.Builder iamRoleArn(String iamRoleArn)
A user-defined role that AWS Chatbot assumes. This is not the service-linked role.
For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
- Parameters:
iamRoleArn- A user-defined role that AWS Chatbot assumes. This is not the service-linked role.For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loggingLevel
UpdateChimeWebhookConfigurationRequest.Builder loggingLevel(String loggingLevel)
Logging levels include
ERROR,INFO, orNONE.- Parameters:
loggingLevel- Logging levels includeERROR,INFO, orNONE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateChimeWebhookConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateChimeWebhookConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-