Interface ListAgentVersionsResponse.Builder

    • Method Detail

      • agentVersionSummaries

        ListAgentVersionsResponse.Builder agentVersionSummaries​(Collection<AgentVersionSummary> agentVersionSummaries)
        Sets the value of the AgentVersionSummaries property for this object.
        Parameters:
        agentVersionSummaries - The new value for the AgentVersionSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentVersionSummaries

        ListAgentVersionsResponse.Builder agentVersionSummaries​(AgentVersionSummary... agentVersionSummaries)
        Sets the value of the AgentVersionSummaries property for this object.
        Parameters:
        agentVersionSummaries - The new value for the AgentVersionSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAgentVersionsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.