Interface AgentStatusReference.Builder

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

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

    • 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.