Uses of Class
software.amazon.awscdk.services.cloudtrail.TrailProps.Builder
Packages that use TrailProps.Builder
-
Uses of TrailProps.Builder in software.amazon.awscdk.services.cloudtrail
Methods in software.amazon.awscdk.services.cloudtrail that return TrailProps.BuilderModifier and TypeMethodDescriptionSets the value ofTrailProps.getBucket()
static TrailProps.Builder
TrailProps.builder()
TrailProps.Builder.cloudWatchLogGroup
(ILogGroup cloudWatchLogGroup) Sets the value ofTrailProps.getCloudWatchLogGroup()
TrailProps.Builder.cloudWatchLogsRetention
(RetentionDays cloudWatchLogsRetention) Sets the value ofTrailProps.getCloudWatchLogsRetention()
TrailProps.Builder.enableFileValidation
(Boolean enableFileValidation) Sets the value ofTrailProps.getEnableFileValidation()
TrailProps.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofTrailProps.getEncryptionKey()
TrailProps.Builder.includeGlobalServiceEvents
(Boolean includeGlobalServiceEvents) Sets the value ofTrailProps.getIncludeGlobalServiceEvents()
TrailProps.Builder.insightTypes
(List<? extends InsightType> insightTypes) Sets the value ofTrailProps.getInsightTypes()
TrailProps.Builder.isMultiRegionTrail
(Boolean isMultiRegionTrail) Sets the value ofTrailProps.getIsMultiRegionTrail()
TrailProps.Builder.isOrganizationTrail
(Boolean isOrganizationTrail) Sets the value ofTrailProps.getIsOrganizationTrail()
TrailProps.Builder.managementEvents
(ReadWriteType managementEvents) Sets the value ofTrailProps.getManagementEvents()
TrailProps.Builder.s3KeyPrefix
(String s3KeyPrefix) Sets the value ofTrailProps.getS3KeyPrefix()
TrailProps.Builder.sendToCloudWatchLogs
(Boolean sendToCloudWatchLogs) Sets the value ofTrailProps.getSendToCloudWatchLogs()
Sets the value ofTrailProps.getSnsTopic()
Sets the value ofTrailProps.getTrailName()
Constructors in software.amazon.awscdk.services.cloudtrail with parameters of type TrailProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(TrailProps.Builder builder) Constructor that initializes the object based on literal property values passed by theTrailProps.Builder
.