Interface DescribePatchPropertiesRequest.Builder

    • Method Detail

      • operatingSystem

        DescribePatchPropertiesRequest.Builder operatingSystem​(String operatingSystem)

        The operating system type for which to list patches.

        Parameters:
        operatingSystem - The operating system type for which to list patches.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperatingSystem, OperatingSystem
      • property

        DescribePatchPropertiesRequest.Builder property​(String property)

        The patch property for which you want to view patch details.

        Parameters:
        property - The patch property for which you want to view patch details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PatchProperty, PatchProperty
      • patchSet

        DescribePatchPropertiesRequest.Builder patchSet​(String patchSet)

        Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.

        Parameters:
        patchSet - Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PatchSet, PatchSet
      • patchSet

        DescribePatchPropertiesRequest.Builder patchSet​(PatchSet patchSet)

        Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.

        Parameters:
        patchSet - Indicates whether to list patches for the Windows operating system or for applications released by Microsoft. Not applicable for the Linux or macOS operating systems.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PatchSet, PatchSet
      • maxResults

        DescribePatchPropertiesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

        Parameters:
        maxResults - The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribePatchPropertiesRequest.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You received this token from a previous call.)

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