Interface ManagedAgentStateChange.Builder

    • Method Detail

      • containerName

        ManagedAgentStateChange.Builder containerName​(String containerName)

        The name of the container that's associated with the managed agent.

        Parameters:
        containerName - The name of the container that's associated with the managed agent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ManagedAgentStateChange.Builder status​(String status)

        The status of the managed agent.

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

        ManagedAgentStateChange.Builder reason​(String reason)

        The reason for the status of the managed agent.

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