Interface Selector.Builder

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

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

    • type

      The category of the selector, such as Duration.

      Parameters:
      type - The category of the selector, such as Duration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The category of the selector, such as Duration.

      Parameters:
      type - The category of the selector, such as Duration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • value

      Selector.Builder value(String value)

      The value of the selector.

      Parameters:
      value - The value of the selector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.