Interface NameValuePair.Builder

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

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

    • name

      The name of the pair.

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

      The value of the pair.

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