Interface ServiceFilter.Builder

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

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

    • name

      Specify NAMESPACE_ID.

      Parameters:
      name - Specify NAMESPACE_ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      Specify NAMESPACE_ID.

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

      The values that are applicable to the value that you specify for Condition to filter the list of services.

      Parameters:
      values - The values that are applicable to the value that you specify for Condition to filter the list of services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      ServiceFilter.Builder values(String... values)

      The values that are applicable to the value that you specify for Condition to filter the list of services.

      Parameters:
      values - The values that are applicable to the value that you specify for Condition to filter the list of services.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • condition

      ServiceFilter.Builder condition(String condition)

      The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

      • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.

      Parameters:
      condition - The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

      • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.

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

      ServiceFilter.Builder condition(FilterCondition condition)

      The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

      • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.

      Parameters:
      condition - The operator that you want to use to determine whether a service is returned by ListServices. Valid values for Condition include the following:

      • EQ: When you specify EQ, specify one namespace ID for Values. EQ is the default condition and can be omitted.

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