Interface UpdatePullThroughCacheRuleResponse.Builder

  • Method Details

    • ecrRepositoryPrefix

      UpdatePullThroughCacheRuleResponse.Builder ecrRepositoryPrefix(String ecrRepositoryPrefix)

      The Amazon ECR repository prefix associated with the pull through cache rule.

      Parameters:
      ecrRepositoryPrefix - The Amazon ECR repository prefix associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryId

      The registry ID associated with the request.

      Parameters:
      registryId - The registry ID associated with the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time, in JavaScript date format, when the pull through cache rule was updated.

      Parameters:
      updatedAt - The date and time, in JavaScript date format, when the pull through cache rule was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • credentialArn

      UpdatePullThroughCacheRuleResponse.Builder credentialArn(String credentialArn)

      The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.

      Parameters:
      credentialArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customRoleArn

      UpdatePullThroughCacheRuleResponse.Builder customRoleArn(String customRoleArn)

      The ARN of the IAM role associated with the pull through cache rule.

      Parameters:
      customRoleArn - The ARN of the IAM role associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upstreamRepositoryPrefix

      UpdatePullThroughCacheRuleResponse.Builder upstreamRepositoryPrefix(String upstreamRepositoryPrefix)

      The upstream repository prefix associated with the pull through cache rule.

      Parameters:
      upstreamRepositoryPrefix - The upstream repository prefix associated with the pull through cache rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.