Interface GetQueueAttributesResponse.Builder

    • Method Detail

      • attributesWithStrings

        GetQueueAttributesResponse.Builder attributesWithStrings​(Map<String,​String> attributes)

        A map of attributes to their respective values.

        Parameters:
        attributes - A map of attributes to their respective values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        GetQueueAttributesResponse.Builder attributes​(Map<QueueAttributeName,​String> attributes)

        A map of attributes to their respective values.

        Parameters:
        attributes - A map of attributes to their respective values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.