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