Uses of Class
software.amazon.awscdk.core.CfnMacroProps.Builder
Packages that use CfnMacroProps.Builder
-
Uses of CfnMacroProps.Builder in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return CfnMacroProps.BuilderModifier and TypeMethodDescriptionstatic CfnMacroProps.Builder
CfnMacroProps.builder()
CfnMacroProps.Builder.description
(String description) Sets the value ofCfnMacroProps.getDescription()
CfnMacroProps.Builder.functionName
(String functionName) Sets the value ofCfnMacroProps.getFunctionName()
CfnMacroProps.Builder.logGroupName
(String logGroupName) Sets the value ofCfnMacroProps.getLogGroupName()
CfnMacroProps.Builder.logRoleArn
(String logRoleArn) Sets the value ofCfnMacroProps.getLogRoleArn()
Sets the value ofCfnMacroProps.getName()
Constructors in software.amazon.awscdk.core with parameters of type CfnMacroProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnMacroProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMacroProps.Builder
.