Interface UpdateAgentGoalRequest.Builder

  • Method Details

    • clientToken

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

      UpdateAgentGoalRequest.Builder profileArn(String profileArn)

      The Amazon Resource Name (ARN) of the profile containing the goal to update.

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

      The unique identifier of the goal to update.

      Parameters:
      id - The unique identifier of the goal to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pillarsWithStrings

      UpdateAgentGoalRequest.Builder pillarsWithStrings(Collection<String> pillars)

      The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.

      Parameters:
      pillars - The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pillarsWithStrings

      UpdateAgentGoalRequest.Builder pillarsWithStrings(String... pillars)

      The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.

      Parameters:
      pillars - The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pillars

      The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.

      Parameters:
      pillars - The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pillars

      The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.

      Parameters:
      pillars - The updated pillars for the goal. Pillars define the optimization focus areas such as cost, performance, resilience, and operational excellence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The updated title for the goal. Maximum length of 1000 characters.

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

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

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