Interface GetConnectionResponse.Builder

    • Method Detail

      • connectedAt

        GetConnectionResponse.Builder connectedAt​(Instant connectedAt)

        The time in ISO 8601 format for when the connection was established.

        Parameters:
        connectedAt - The time in ISO 8601 format for when the connection was established.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identity

        GetConnectionResponse.Builder identity​(Identity identity)
        Sets the value of the Identity property for this object.
        Parameters:
        identity - The new value for the Identity property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastActiveAt

        GetConnectionResponse.Builder lastActiveAt​(Instant lastActiveAt)

        The time in ISO 8601 format for when the connection was last active.

        Parameters:
        lastActiveAt - The time in ISO 8601 format for when the connection was last active.
        Returns:
        Returns a reference to this object so that method calls can be chained together.