Uses of Interface
software.amazon.awssdk.services.greengrass.model.FunctionDefaultConfig.Builder
-
Packages that use FunctionDefaultConfig.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of FunctionDefaultConfig.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return FunctionDefaultConfig.Builder Modifier and Type Method Description static FunctionDefaultConfig.BuilderFunctionDefaultConfig. builder()default FunctionDefaultConfig.BuilderFunctionDefaultConfig.Builder. execution(Consumer<FunctionDefaultExecutionConfig.Builder> execution)Sets the value of the Execution property for this object.FunctionDefaultConfig.BuilderFunctionDefaultConfig.Builder. execution(FunctionDefaultExecutionConfig execution)Sets the value of the Execution property for this object.FunctionDefaultConfig.BuilderFunctionDefaultConfig. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type FunctionDefaultConfig.Builder Modifier and Type Method Description static Class<? extends FunctionDefaultConfig.Builder>FunctionDefaultConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type FunctionDefaultConfig.Builder Modifier and Type Method Description default CreateFunctionDefinitionVersionRequest.BuilderCreateFunctionDefinitionVersionRequest.Builder. defaultConfig(Consumer<FunctionDefaultConfig.Builder> defaultConfig)The default configuration that applies to all Lambda functions in this function definition version.default FunctionDefinitionVersion.BuilderFunctionDefinitionVersion.Builder. defaultConfig(Consumer<FunctionDefaultConfig.Builder> defaultConfig)The default configuration that applies to all Lambda functions in this function definition version.
-