Interface AgentStatus.Builder

    • Method Detail

      • agentStatusARN

        AgentStatus.Builder agentStatusARN​(String agentStatusARN)

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

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

        AgentStatus.Builder agentStatusId​(String agentStatusId)

        The identifier of the agent status.

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

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

        AgentStatus.Builder description​(String description)

        The description of the agent status.

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

        AgentStatus.Builder displayOrder​(Integer displayOrder)

        The display order of the agent status.

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

        AgentStatus.Builder tags​(Map<String,​String> tags)

        The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

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

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