Interface DescribeAvailablePatchesResponse.Builder

    • Method Detail

      • patches

        DescribeAvailablePatchesResponse.Builder patches​(Collection<Patch> patches)

        An array of patches. Each entry in the array is a patch structure.

        Parameters:
        patches - An array of patches. Each entry in the array is a patch structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • patches

        DescribeAvailablePatchesResponse.Builder patches​(Patch... patches)

        An array of patches. Each entry in the array is a patch structure.

        Parameters:
        patches - An array of patches. Each entry in the array is a patch structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAvailablePatchesResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.