Uses of Class
software.amazon.awscdk.services.cloudfront.BehaviorOptions.Builder
-
Uses of BehaviorOptions.Builder in software.amazon.awscdk.services.cloudfront
Modifier and TypeMethodDescriptionBehaviorOptions.Builder.allowedMethods
(AllowedMethods allowedMethods) Sets the value ofAddBehaviorOptions.getAllowedMethods()
static BehaviorOptions.Builder
BehaviorOptions.builder()
BehaviorOptions.Builder.cachedMethods
(CachedMethods cachedMethods) Sets the value ofAddBehaviorOptions.getCachedMethods()
BehaviorOptions.Builder.cachePolicy
(ICachePolicy cachePolicy) Sets the value ofAddBehaviorOptions.getCachePolicy()
Sets the value ofAddBehaviorOptions.getCompress()
BehaviorOptions.Builder.edgeLambdas
(List<? extends EdgeLambda> edgeLambdas) Sets the value ofAddBehaviorOptions.getEdgeLambdas()
BehaviorOptions.Builder.functionAssociations
(List<? extends FunctionAssociation> functionAssociations) Sets the value ofAddBehaviorOptions.getFunctionAssociations()
Sets the value ofBehaviorOptions.getOrigin()
BehaviorOptions.Builder.originRequestPolicy
(IOriginRequestPolicy originRequestPolicy) Sets the value ofAddBehaviorOptions.getOriginRequestPolicy()
BehaviorOptions.Builder.responseHeadersPolicy
(IResponseHeadersPolicy responseHeadersPolicy) Sets the value ofAddBehaviorOptions.getResponseHeadersPolicy()
BehaviorOptions.Builder.smoothStreaming
(Boolean smoothStreaming) Sets the value ofAddBehaviorOptions.getSmoothStreaming()
BehaviorOptions.Builder.trustedKeyGroups
(List<? extends IKeyGroup> trustedKeyGroups) Sets the value ofAddBehaviorOptions.getTrustedKeyGroups()
BehaviorOptions.Builder.viewerProtocolPolicy
(ViewerProtocolPolicy viewerProtocolPolicy) Sets the value ofAddBehaviorOptions.getViewerProtocolPolicy()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BehaviorOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBehaviorOptions.Builder
.