Interface Session.Builder

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

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

    • name

      Session.Builder name(String name)

      The session name.

      Parameters:
      name - The session name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      The session URL.

      Parameters:
      url - The session URL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isPrimary

      Session.Builder isPrimary(Boolean isPrimary)

      When true, this Boolean value indicates the primary session for the specified resource.

      Parameters:
      isPrimary - When true, this Boolean value indicates the primary session for the specified resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.