Interface DescribePatchBaselinesRequest.Builder

    • Method Detail

      • filters

        DescribePatchBaselinesRequest.Builder filters​(Collection<PatchOrchestratorFilter> filters)

        Each element in the array is a structure containing a key-value pair.

        Supported keys for DescribePatchBaselines include the following:

        • NAME_PREFIX

          Sample values: AWS- | My-

        • OWNER

          Sample values: AWS | Self

        • OPERATING_SYSTEM

          Sample values: AMAZON_LINUX | SUSE | WINDOWS

        Parameters:
        filters - Each element in the array is a structure containing a key-value pair.

        Supported keys for DescribePatchBaselines include the following:

        • NAME_PREFIX

          Sample values: AWS- | My-

        • OWNER

          Sample values: AWS | Self

        • OPERATING_SYSTEM

          Sample values: AMAZON_LINUX | SUSE | WINDOWS

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

        DescribePatchBaselinesRequest.Builder filters​(PatchOrchestratorFilter... filters)

        Each element in the array is a structure containing a key-value pair.

        Supported keys for DescribePatchBaselines include the following:

        • NAME_PREFIX

          Sample values: AWS- | My-

        • OWNER

          Sample values: AWS | Self

        • OPERATING_SYSTEM

          Sample values: AMAZON_LINUX | SUSE | WINDOWS

        Parameters:
        filters - Each element in the array is a structure containing a key-value pair.

        Supported keys for DescribePatchBaselines include the following:

        • NAME_PREFIX

          Sample values: AWS- | My-

        • OWNER

          Sample values: AWS | Self

        • OPERATING_SYSTEM

          Sample values: AMAZON_LINUX | SUSE | WINDOWS

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

        DescribePatchBaselinesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of patch baselines to return (per page).

        Parameters:
        maxResults - The maximum number of patch baselines to return (per page).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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