Uses of Class
software.amazon.awscdk.services.events.BaseArchiveProps.Builder
Packages that use BaseArchiveProps.Builder
-
Uses of BaseArchiveProps.Builder in software.amazon.awscdk.services.events
Methods in software.amazon.awscdk.services.events that return BaseArchiveProps.BuilderModifier and TypeMethodDescriptionBaseArchiveProps.Builder.archiveName
(String archiveName) Sets the value ofBaseArchiveProps.getArchiveName()
static BaseArchiveProps.Builder
BaseArchiveProps.builder()
BaseArchiveProps.Builder.description
(String description) Sets the value ofBaseArchiveProps.getDescription()
BaseArchiveProps.Builder.eventPattern
(EventPattern eventPattern) Sets the value ofBaseArchiveProps.getEventPattern()
Sets the value ofBaseArchiveProps.getRetention()
Constructors in software.amazon.awscdk.services.events with parameters of type BaseArchiveProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(BaseArchiveProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBaseArchiveProps.Builder
.