Skip to content

Commit

Permalink
Add Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
harjain99 committed Jun 14, 2024
1 parent 2cf8273 commit 9b2477f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ public void setFunctionAssociations(Set<CloudFrontCacheBehaviorFunctionAssociati
this.functionAssociations = functionAssociations;
}

/**
* The cache policy that is attached to this cache behavior.
*/
@Updatable
public CachePolicyResource getCachePolicy() {
return cachePolicy;
Expand All @@ -366,6 +369,9 @@ public void setCachePolicy(CachePolicyResource cachePolicy) {
this.cachePolicy = cachePolicy;
}

/**
* The origin request policy that is attached to this cache behavior.
*/
@Updatable
public OriginRequestPolicyResource getOriginRequestPolicy() {
return originRequestPolicy;
Expand Down

0 comments on commit 9b2477f

Please sign in to comment.