Interface UpdateMicrosoftTeamsChannelConfigurationRequest.Builder

    • Method Detail

      • 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.
      • 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

        UpdateMicrosoftTeamsChannelConfigurationRequest.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

        UpdateMicrosoftTeamsChannelConfigurationRequest.Builder iamRoleArn​(String 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

        UpdateMicrosoftTeamsChannelConfigurationRequest.Builder loggingLevel​(String 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.