Interface UpdateAgentSpaceResponse.Builder

  • Method Details

    • agentSpaceId

      UpdateAgentSpaceResponse.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the updated agent space.

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

      The name of the agent space.

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

      UpdateAgentSpaceResponse.Builder description(String description)

      The description of the agent space.

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

      UpdateAgentSpaceResponse.Builder awsResources(AWSResources awsResources)

      The AWS resources associated with the agent space.

      Parameters:
      awsResources - The AWS resources associated with the agent space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsResources

      default UpdateAgentSpaceResponse.Builder awsResources(Consumer<AWSResources.Builder> awsResources)

      The AWS resources associated with the agent space.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to awsResources(AWSResources).

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

      UpdateAgentSpaceResponse.Builder targetDomainIds(Collection<String> targetDomainIds)

      The list of target domain identifiers associated with the agent space.

      Parameters:
      targetDomainIds - The list of target domain identifiers associated with the agent space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetDomainIds

      UpdateAgentSpaceResponse.Builder targetDomainIds(String... targetDomainIds)

      The list of target domain identifiers associated with the agent space.

      Parameters:
      targetDomainIds - The list of target domain identifiers associated with the agent space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeReviewSettings

      UpdateAgentSpaceResponse.Builder codeReviewSettings(CodeReviewSettings codeReviewSettings)

      The code review settings for the agent space.

      Parameters:
      codeReviewSettings - The code review settings for the agent space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeReviewSettings

      default UpdateAgentSpaceResponse.Builder codeReviewSettings(Consumer<CodeReviewSettings.Builder> codeReviewSettings)

      The code review settings for the agent space.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to codeReviewSettings(CodeReviewSettings).

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

      The date and time the agent space was created, in UTC format.

      Parameters:
      createdAt - The date and time the agent space was created, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time the agent space was last updated, in UTC format.

      Parameters:
      updatedAt - The date and time the agent space was last updated, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.