Interface UpdateMicrosoftTeamsChannelConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ChatbotRequest.Builder,CopyableBuilder<UpdateMicrosoftTeamsChannelConfigurationRequest.Builder,,UpdateMicrosoftTeamsChannelConfigurationRequest> SdkBuilder<UpdateMicrosoftTeamsChannelConfigurationRequest.Builder,,UpdateMicrosoftTeamsChannelConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateMicrosoftTeamsChannelConfigurationRequest
public static interface UpdateMicrosoftTeamsChannelConfigurationRequest.Builder
extends ChatbotRequest.Builder, SdkPojo, CopyableBuilder<UpdateMicrosoftTeamsChannelConfigurationRequest.Builder,UpdateMicrosoftTeamsChannelConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Microsoft Teams channel.channelName(String channelName) The name of the Microsoft Teams channel.chatConfigurationArn(String chatConfigurationArn) The ARN of the MicrosoftTeamsChannelConfiguration to update.guardrailPolicyArns(String... guardrailPolicyArns) The list of IAM policy ARNs that are applied as channel guardrails.guardrailPolicyArns(Collection<String> guardrailPolicyArns) The list of IAM policy ARNs that are applied as channel guardrails.iamRoleArn(String iamRoleArn) The ARN of the IAM role that defines the permissions for AWS Chatbot.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.userAuthorizationRequired(Boolean userAuthorizationRequired) Enables use of a user role requirement in your chat configuration.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
-
chatConfigurationArn
UpdateMicrosoftTeamsChannelConfigurationRequest.Builder chatConfigurationArn(String chatConfigurationArn) The ARN of the MicrosoftTeamsChannelConfiguration to update.- Parameters:
chatConfigurationArn- The ARN of the MicrosoftTeamsChannelConfiguration to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelId
The ID of the Microsoft Teams channel.- Parameters:
channelId- The ID of the Microsoft Teams channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelName
The name of the Microsoft Teams channel.- Parameters:
channelName- The name of the Microsoft Teams channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snsTopicArns
UpdateMicrosoftTeamsChannelConfigurationRequest.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
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
The ARN of the IAM role that defines the permissions for AWS Chatbot. 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- The ARN of the IAM role that defines the permissions for AWS Chatbot. 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.
-
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.
-
guardrailPolicyArns
UpdateMicrosoftTeamsChannelConfigurationRequest.Builder guardrailPolicyArns(Collection<String> guardrailPolicyArns) The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set.- Parameters:
guardrailPolicyArns- The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guardrailPolicyArns
UpdateMicrosoftTeamsChannelConfigurationRequest.Builder guardrailPolicyArns(String... guardrailPolicyArns) The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set.- Parameters:
guardrailPolicyArns- The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess' policy is applied by default if this is not set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAuthorizationRequired
UpdateMicrosoftTeamsChannelConfigurationRequest.Builder userAuthorizationRequired(Boolean userAuthorizationRequired) Enables use of a user role requirement in your chat configuration.- Parameters:
userAuthorizationRequired- Enables use of a user role requirement in your chat configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateMicrosoftTeamsChannelConfigurationRequest.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
UpdateMicrosoftTeamsChannelConfigurationRequest.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.
-