Interface SessionTag.Builder

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

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

    • key

      The key for the tag.

      Parameters:
      key - The key for the tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      SessionTag.Builder value(String value)

      The value that you want to assign the tag.

      Parameters:
      value - The value that you want to assign the tag.
      Returns:
      Returns a reference to this object so that method calls can be chained together.