Uses of Interface
software.amazon.awscdk.services.greengrass.CfnFunctionDefinition.FunctionDefinitionVersionProperty
Packages that use CfnFunctionDefinition.FunctionDefinitionVersionProperty
-
Uses of CfnFunctionDefinition.FunctionDefinitionVersionProperty in software.amazon.awscdk.services.greengrass
Classes in software.amazon.awscdk.services.greengrass that implement CfnFunctionDefinition.FunctionDefinitionVersionPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnFunctionDefinition.FunctionDefinitionVersionPropertyMethods in software.amazon.awscdk.services.greengrass that return CfnFunctionDefinition.FunctionDefinitionVersionPropertyModifier and TypeMethodDescriptionCfnFunctionDefinition.FunctionDefinitionVersionProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.greengrass with parameters of type CfnFunctionDefinition.FunctionDefinitionVersionPropertyModifier and TypeMethodDescriptionCfnFunctionDefinition.Builder.initialVersion(CfnFunctionDefinition.FunctionDefinitionVersionProperty initialVersion) The function definition version to include when the function definition is created.CfnFunctionDefinitionProps.Builder.initialVersion(CfnFunctionDefinition.FunctionDefinitionVersionProperty initialVersion) Sets the value ofCfnFunctionDefinitionProps.getInitialVersion()voidCfnFunctionDefinition.setInitialVersion(CfnFunctionDefinition.FunctionDefinitionVersionProperty value) The function definition version to include when the function definition is created.