Interface CreateAgentGoalRequest.Builder

  • Method Details

    • clientToken

      CreateAgentGoalRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

      Parameters:
      clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileArn

      CreateAgentGoalRequest.Builder profileArn(String profileArn)

      The Amazon Resource Name (ARN) of the profile to associate the goal with.

      Parameters:
      profileArn - The Amazon Resource Name (ARN) of the profile to associate the goal with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pillarsWithStrings

      CreateAgentGoalRequest.Builder pillarsWithStrings(Collection<String> pillars)

      The Well-Architected Tool Framework pillars to associate with this goal.

      Parameters:
      pillars - The Well-Architected Tool Framework pillars to associate with this goal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pillarsWithStrings

      CreateAgentGoalRequest.Builder pillarsWithStrings(String... pillars)

      The Well-Architected Tool Framework pillars to associate with this goal.

      Parameters:
      pillars - The Well-Architected Tool Framework pillars to associate with this goal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pillars

      The Well-Architected Tool Framework pillars to associate with this goal.

      Parameters:
      pillars - The Well-Architected Tool Framework pillars to associate with this goal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pillars

      The Well-Architected Tool Framework pillars to associate with this goal.

      Parameters:
      pillars - The Well-Architected Tool Framework pillars to associate with this goal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The title of the goal.

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

      CreateAgentGoalRequest.Builder description(String description)

      A description of the goal.

      Parameters:
      description - A description of the goal.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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