Uses of Class
software.amazon.awscdk.services.s3.CfnBucket.LoggingConfigurationProperty.Builder
-
Uses of CfnBucket.LoggingConfigurationProperty.Builder in software.amazon.awscdk.services.s3
Modifier and TypeMethodDescriptionCfnBucket.LoggingConfigurationProperty.builder()
CfnBucket.LoggingConfigurationProperty.Builder.destinationBucketName
(String destinationBucketName) Sets the value ofCfnBucket.LoggingConfigurationProperty.getDestinationBucketName()
CfnBucket.LoggingConfigurationProperty.Builder.logFilePrefix
(String logFilePrefix) Sets the value ofCfnBucket.LoggingConfigurationProperty.getLogFilePrefix()
CfnBucket.LoggingConfigurationProperty.Builder.targetObjectKeyFormat
(IResolvable targetObjectKeyFormat) Sets the value ofCfnBucket.LoggingConfigurationProperty.getTargetObjectKeyFormat()
CfnBucket.LoggingConfigurationProperty.Builder.targetObjectKeyFormat
(CfnBucket.TargetObjectKeyFormatProperty targetObjectKeyFormat) Sets the value ofCfnBucket.LoggingConfigurationProperty.getTargetObjectKeyFormat()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBucket.LoggingConfigurationProperty.Builder
.