Interface UpdateReviewTemplateRequest.Builder

  • Method Details

    • templateArn

      UpdateReviewTemplateRequest.Builder templateArn(String templateArn)

      The review template ARN.

      Parameters:
      templateArn - The review template ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      UpdateReviewTemplateRequest.Builder templateName(String templateName)

      The review template name.

      Parameters:
      templateName - The review template name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      UpdateReviewTemplateRequest.Builder description(String description)

      The review template description.

      Parameters:
      description - The review template description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notes

      Sets the value of the Notes property for this object.
      Parameters:
      notes - The new value for the Notes property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensesToAssociate

      UpdateReviewTemplateRequest.Builder lensesToAssociate(Collection<String> lensesToAssociate)

      A list of lens aliases or ARNs to apply to the review template.

      Parameters:
      lensesToAssociate - A list of lens aliases or ARNs to apply to the review template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensesToAssociate

      UpdateReviewTemplateRequest.Builder lensesToAssociate(String... lensesToAssociate)

      A list of lens aliases or ARNs to apply to the review template.

      Parameters:
      lensesToAssociate - A list of lens aliases or ARNs to apply to the review template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensesToDisassociate

      UpdateReviewTemplateRequest.Builder lensesToDisassociate(Collection<String> lensesToDisassociate)

      A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.

      Parameters:
      lensesToDisassociate - A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lensesToDisassociate

      UpdateReviewTemplateRequest.Builder lensesToDisassociate(String... lensesToDisassociate)

      A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.

      Parameters:
      lensesToDisassociate - A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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