Interface FunctionDefinitionVersion.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FunctionDefinitionVersion.Builder,,- FunctionDefinitionVersion> - SdkBuilder<FunctionDefinitionVersion.Builder,,- FunctionDefinitionVersion> - SdkPojo
- Enclosing class:
- FunctionDefinitionVersion
public static interface FunctionDefinitionVersion.Builder
extends SdkPojo, CopyableBuilder<FunctionDefinitionVersion.Builder,FunctionDefinitionVersion> 
- 
Method SummaryModifier and TypeMethodDescriptiondefaultConfig(Consumer<FunctionDefaultConfig.Builder> defaultConfig) The default configuration that applies to all Lambda functions in this function definition version.defaultConfig(FunctionDefaultConfig defaultConfig) The default configuration that applies to all Lambda functions in this function definition version.functions(Collection<Function> functions) A list of Lambda functions in this function definition version.functions(Consumer<Function.Builder>... functions) A list of Lambda functions in this function definition version.A list of Lambda functions in this function definition version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
defaultConfigThe default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.- Parameters:
- defaultConfig- The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultConfigdefault FunctionDefinitionVersion.Builder defaultConfig(Consumer<FunctionDefaultConfig.Builder> defaultConfig) The default configuration that applies to all Lambda functions in this function definition version. Individual Lambda functions can override these settings. This is a convenience method that creates an instance of theFunctionDefaultConfig.Builderavoiding the need to create one manually viaFunctionDefaultConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultConfig(FunctionDefaultConfig).- Parameters:
- defaultConfig- a consumer that will call methods on- FunctionDefaultConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
functionsA list of Lambda functions in this function definition version.- Parameters:
- functions- A list of Lambda functions in this function definition version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionsA list of Lambda functions in this function definition version.- Parameters:
- functions- A list of Lambda functions in this function definition version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionsA list of Lambda functions in this function definition version. This is a convenience method that creates an instance of theFunction.Builderavoiding the need to create one manually viaFunction.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctions(List<Function>).- Parameters:
- functions- a consumer that will call methods on- Function.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-