Uses of Class
software.amazon.awscdk.customresources.ProviderProps.Builder
Packages that use ProviderProps.Builder
-
Uses of ProviderProps.Builder in software.amazon.awscdk.customresources
Methods in software.amazon.awscdk.customresources that return ProviderProps.BuilderModifier and TypeMethodDescriptionstatic ProviderProps.BuilderProviderProps.builder()ProviderProps.Builder.isCompleteHandler(IFunction isCompleteHandler) Sets the value ofProviderProps.getIsCompleteHandler()ProviderProps.Builder.logRetention(RetentionDays logRetention) Sets the value ofProviderProps.getLogRetention()ProviderProps.Builder.onEventHandler(IFunction onEventHandler) Sets the value ofProviderProps.getOnEventHandler()ProviderProps.Builder.providerFunctionName(String providerFunctionName) Sets the value ofProviderProps.getProviderFunctionName()ProviderProps.Builder.queryInterval(Duration queryInterval) Sets the value ofProviderProps.getQueryInterval()Sets the value ofProviderProps.getRole()ProviderProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofProviderProps.getSecurityGroups()ProviderProps.Builder.totalTimeout(Duration totalTimeout) Sets the value ofProviderProps.getTotalTimeout()Sets the value ofProviderProps.getVpc()ProviderProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofProviderProps.getVpcSubnets()Constructors in software.amazon.awscdk.customresources with parameters of type ProviderProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ProviderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theProviderProps.Builder.