:doc:`AppStream <../../appstream>` / Client / associate_app_block_builder_app_block

*************************************
associate_app_block_builder_app_block
*************************************



.. py:method:: AppStream.Client.associate_app_block_builder_app_block(**kwargs)

  

  Associates the specified app block builder with the specified app block.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/AssociateAppBlockBuilderAppBlock>`_  


  **Request Syntax**
  ::

    response = client.associate_app_block_builder_app_block(
        AppBlockArn='string',
        AppBlockBuilderName='string'
    )
    
  :type AppBlockArn: string
  :param AppBlockArn: **[REQUIRED]** 

    The ARN of the app block.

    

  
  :type AppBlockBuilderName: string
  :param AppBlockBuilderName: **[REQUIRED]** 

    The name of the app block builder.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AppBlockBuilderAppBlockAssociation': {
              'AppBlockArn': 'string',
              'AppBlockBuilderName': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AppBlockBuilderAppBlockAssociation** *(dict) --* 

        The list of app block builders associated with app blocks.

        
        

        - **AppBlockArn** *(string) --* 

          The ARN of the app block.

          
        

        - **AppBlockBuilderName** *(string) --* 

          The name of the app block builder.

          
    
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`AppStream.Client.exceptions.LimitExceededException`

  
  *   :py:class:`AppStream.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`AppStream.Client.exceptions.InvalidParameterCombinationException`

  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

  