Interface CreateChimeWebhookConfigurationRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ChatbotRequest.Builder,CopyableBuilder<CreateChimeWebhookConfigurationRequest.Builder,,CreateChimeWebhookConfigurationRequest> SdkBuilder<CreateChimeWebhookConfigurationRequest.Builder,,CreateChimeWebhookConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateChimeWebhookConfigurationRequest
public static interface CreateChimeWebhookConfigurationRequest.Builder
extends ChatbotRequest.Builder, SdkPojo, CopyableBuilder<CreateChimeWebhookConfigurationRequest.Builder,CreateChimeWebhookConfigurationRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionconfigurationName(String configurationName) The name of the configuration.iamRoleArn(String iamRoleArn) This is a user-defined role that AWS Chatbot will assume.loggingLevel(String loggingLevel) Logging levels include ERROR, INFO, or NONE.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.snsTopicArns(String... snsTopicArns) The ARNs of the SNS topics that deliver notifications to AWS Chatbot.snsTopicArns(Collection<String> snsTopicArns) The ARNs of the SNS topics that deliver notifications to AWS Chatbot.tags(Collection<Tag> tags) A list of tags to apply to the configuration.tags(Consumer<Tag.Builder>... tags) A list of tags to apply to the configuration.A list of tags to apply to the configuration.webhookDescription(String webhookDescription) Description of the webhook.webhookUrl(String webhookUrl) URL for the Chime webhook.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotRequest.Builder
buildMethods 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, sdkFields 
- 
Method Details
- 
webhookDescription
Description of the webhook. Recommend using the convention `RoomName/WebhookName`. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html.- Parameters:
 webhookDescription- Description of the webhook. Recommend using the convention `RoomName/WebhookName`. See Chime setup tutorial for more details: https://docs.aws.amazon.com/chatbot/latest/adminguide/chime-setup.html.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
webhookUrl
URL for the Chime webhook.- Parameters:
 webhookUrl- URL for the Chime webhook.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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
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
This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.- Parameters:
 iamRoleArn- This is a user-defined role that AWS Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS Chatbot.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
configurationName
The name of the configuration.- Parameters:
 configurationName- The name of the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
loggingLevel
Logging levels include ERROR, INFO, or NONE.- Parameters:
 loggingLevel- Logging levels include ERROR, INFO, or NONE.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to apply to the configuration.- Parameters:
 tags- A list of tags to apply to the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to apply to the configuration.- Parameters:
 tags- A list of tags to apply to the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A list of tags to apply to the configuration. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateChimeWebhookConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateChimeWebhookConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -