Uses of Class
software.amazon.awscdk.services.mediastore.CfnContainerProps.Builder
Package
Description
AWS Elemental MediaStore Construct Library
-
Uses of CfnContainerProps.Builder in software.amazon.awscdk.services.mediastore
Modifier and TypeMethodDescriptionCfnContainerProps.Builder.accessLoggingEnabled
(Boolean accessLoggingEnabled) Sets the value ofCfnContainerProps.getAccessLoggingEnabled()
CfnContainerProps.Builder.accessLoggingEnabled
(IResolvable accessLoggingEnabled) Sets the value ofCfnContainerProps.getAccessLoggingEnabled()
static CfnContainerProps.Builder
CfnContainerProps.builder()
CfnContainerProps.Builder.containerName
(String containerName) Sets the value ofCfnContainerProps.getContainerName()
CfnContainerProps.Builder.corsPolicy
(List<? extends Object> corsPolicy) Sets the value ofCfnContainerProps.getCorsPolicy()
CfnContainerProps.Builder.corsPolicy
(IResolvable corsPolicy) Sets the value ofCfnContainerProps.getCorsPolicy()
CfnContainerProps.Builder.lifecyclePolicy
(String lifecyclePolicy) Sets the value ofCfnContainerProps.getLifecyclePolicy()
CfnContainerProps.Builder.metricPolicy
(IResolvable metricPolicy) Sets the value ofCfnContainerProps.getMetricPolicy()
CfnContainerProps.Builder.metricPolicy
(CfnContainer.MetricPolicyProperty metricPolicy) Sets the value ofCfnContainerProps.getMetricPolicy()
Sets the value ofCfnContainerProps.getPolicy()
Sets the value ofCfnContainerProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnContainerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerProps.Builder
.