Interface DescribePatchPropertiesResponse.Builder

    • Method Detail

      • properties

        DescribePatchPropertiesResponse.Builder properties​(Collection<? extends Map<String,​String>> properties)

        A list of the properties for patches matching the filter request parameters.

        Parameters:
        properties - A list of the properties for patches matching the filter request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • properties

        DescribePatchPropertiesResponse.Builder properties​(Map<String,​String>... properties)

        A list of the properties for patches matching the filter request parameters.

        Parameters:
        properties - A list of the properties for patches matching the filter request parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribePatchPropertiesResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You use this token in the next call.)

        Parameters:
        nextToken - The token for the next set of items to return. (You use this token in the next call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.