Interface DeploymentFilter.Builder

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

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

    • name

      The name of the filter. Filter names are case-sensitive.

      Parameters:
      name - The name of the filter. Filter names are case-sensitive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the filter. Filter names are case-sensitive.

      Parameters:
      name - The name of the filter. Filter names are case-sensitive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

      Parameters:
      values - The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      DeploymentFilter.Builder values(String... values)

      The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

      Parameters:
      values - The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.