Interface CreateAgentSpaceRequest.Builder

  • Method Details

    • name

      The name of the AgentSpace.

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

      CreateAgentSpaceRequest.Builder description(String description)

      The description of the AgentSpace.

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

      The locale for the AgentSpace, which determines the language used in agent responses.

      Parameters:
      locale - The locale for the AgentSpace, which determines the language used in agent responses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.

      Parameters:
      kmsKeyArn - The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateAgentSpaceRequest.Builder clientToken(String clientToken)

      Client-provided token to ensure request idempotency. When the same token is provided in subsequent calls, the same response is returned within a 8-hour window.

      Parameters:
      clientToken - Client-provided token to ensure request idempotency. When the same token is provided in subsequent calls, the same response is returned within a 8-hour window.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Tags to add to the AgentSpace at creation time.

      Parameters:
      tags - Tags to add to the AgentSpace at creation time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateAgentSpaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.