Interface CreateBrowserProfileRequest.Builder

  • Method Details

    • name

      The name of the browser profile. The name must be unique within your account and can contain alphanumeric characters and underscores.

      Parameters:
      name - The name of the browser profile. The name must be unique within your account and can contain alphanumeric characters and underscores.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateBrowserProfileRequest.Builder description(String description)

      A description of the browser profile. Use this field to describe the purpose or contents of the profile.

      Parameters:
      description - A description of the browser profile. Use this field to describe the purpose or contents of the profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateBrowserProfileRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request but does not return an error.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock AgentCore ignores the request but does not return an error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A map of tag keys and values to assign to the browser profile. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.

      Parameters:
      tags - A map of tag keys and values to assign to the browser profile. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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