Uses of Class
software.amazon.awscdk.services.events.ArchiveProps.Builder
-
Uses of ArchiveProps.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionArchiveProps.Builder.archiveName
(String archiveName) Sets the value ofBaseArchiveProps.getArchiveName()
static ArchiveProps.Builder
ArchiveProps.builder()
ArchiveProps.Builder.description
(String description) Sets the value ofBaseArchiveProps.getDescription()
ArchiveProps.Builder.eventPattern
(EventPattern eventPattern) Sets the value ofBaseArchiveProps.getEventPattern()
Sets the value ofBaseArchiveProps.getRetention()
ArchiveProps.Builder.sourceEventBus
(IEventBus sourceEventBus) Sets the value ofArchiveProps.getSourceEventBus()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ArchiveProps.Builder builder) Constructor that initializes the object based on literal property values passed by theArchiveProps.Builder
.