Interface ListSecurityProfileAiAgentsResponse.Builder

  • Method Details

    • allowedAIAgents

      A list of the allowed AI agents and their types.

      Parameters:
      allowedAIAgents - A list of the allowed AI agents and their types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedAIAgents

      ListSecurityProfileAiAgentsResponse.Builder allowedAIAgents(AIAgent... allowedAIAgents)

      A list of the allowed AI agents and their types.

      Parameters:
      allowedAIAgents - A list of the allowed AI agents and their types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allowedAIAgents

      A list of the allowed AI agents and their types.

      This is a convenience method that creates an instance of the AIAgent.Builder avoiding the need to create one manually via AIAgent.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to allowedAIAgents(List<AIAgent>).

      Parameters:
      allowedAIAgents - a consumer that will call methods on AIAgent.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      If there are additional results, this is the token for the next set of results.

      Parameters:
      nextToken - If there are additional results, this is the token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

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

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