Interface AgentStatusSummary.Builder

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

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

    • id

      The identifier for an agent status.

      Parameters:
      id - The identifier for an agent status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) for the agent status.

      Parameters:
      arn - The Amazon Resource Name (ARN) for the agent status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the agent status.

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

      The type of the agent status.

      Parameters:
      type - The type of the agent status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the agent status.

      Parameters:
      type - The type of the agent status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastModifiedTime

      AgentStatusSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The timestamp when this resource was last modified.

      Parameters:
      lastModifiedTime - The timestamp when this resource was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedRegion

      AgentStatusSummary.Builder lastModifiedRegion(String lastModifiedRegion)

      The Amazon Web Services Region where this resource was last modified.

      Parameters:
      lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.