Interface AgentStatusReference.Builder

    • Method Detail

      • statusStartTimestamp

        AgentStatusReference.Builder statusStartTimestamp​(Instant statusStartTimestamp)

        The start timestamp of the agent's status.

        Parameters:
        statusStartTimestamp - The start timestamp of the agent's status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusArn

        AgentStatusReference.Builder statusArn​(String statusArn)

        The Amazon Resource Name (ARN) of the agent's status.

        Parameters:
        statusArn - The Amazon Resource Name (ARN) of the agent's status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusName

        AgentStatusReference.Builder statusName​(String statusName)

        The name of the agent status.

        Parameters:
        statusName - The name of the agent status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.