Interface ImportTaskFilter.Builder

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

public static interface ImportTaskFilter.Builder extends SdkPojo, CopyableBuilder<ImportTaskFilter.Builder,ImportTaskFilter>
  • Method Details

    • name

      The name, status, or import task ID for a specific import task.

      Parameters:
      name - The name, status, or import task ID for a specific import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name, status, or import task ID for a specific import task.

      Parameters:
      name - The name, status, or import task ID for a specific import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.

      Parameters:
      values - An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      ImportTaskFilter.Builder values(String... values)

      An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.

      Parameters:
      values - An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.