Interface AgentStatusSummary.Builder

    • Method Detail

      • id

        AgentStatusSummary.Builder id​(String 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

        AgentStatusSummary.Builder arn​(String 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

        AgentStatusSummary.Builder name​(String 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.
      • 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.