Interface DescribePatchGroupsResponse.Builder

    • Method Detail

      • mappings

        DescribePatchGroupsResponse.Builder mappings​(Collection<PatchGroupPatchBaselineMapping> mappings)

        Each entry in the array contains:

        • PatchGroup: string (between 1 and 256 characters. Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)

        • PatchBaselineIdentity: A PatchBaselineIdentity element.

        Parameters:
        mappings - Each entry in the array contains:

        • PatchGroup: string (between 1 and 256 characters. Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)

        • PatchBaselineIdentity: A PatchBaselineIdentity element.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mappings

        DescribePatchGroupsResponse.Builder mappings​(PatchGroupPatchBaselineMapping... mappings)

        Each entry in the array contains:

        • PatchGroup: string (between 1 and 256 characters. Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)

        • PatchBaselineIdentity: A PatchBaselineIdentity element.

        Parameters:
        mappings - Each entry in the array contains:

        • PatchGroup: string (between 1 and 256 characters. Regex: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$)

        • PatchBaselineIdentity: A PatchBaselineIdentity element.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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