Interface PatchFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PatchFilter.Builder,PatchFilter>, SdkBuilder<PatchFilter.Builder,PatchFilter>, SdkPojo
Enclosing class:
PatchFilter

@Mutable @NotThreadSafe public static interface PatchFilter.Builder extends SdkPojo, CopyableBuilder<PatchFilter.Builder,PatchFilter>
  • Method Details

    • key

      The key for the filter.

      Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

      Parameters:
      key - The key for the filter.

      Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

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

      The key for the filter.

      Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

      Parameters:
      key - The key for the filter.

      Run the DescribePatchProperties command to view lists of valid keys for each operating system type.

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

      The value for the filter key.

      Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

      Parameters:
      values - The value for the filter key.

      Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

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

      PatchFilter.Builder values(String... values)

      The value for the filter key.

      Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

      Parameters:
      values - The value for the filter key.

      Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.

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