Interface FunctionConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FunctionConfig.Builder,,FunctionConfig> SdkBuilder<FunctionConfig.Builder,,FunctionConfig> SdkPojo
- Enclosing class:
FunctionConfig
public static interface FunctionConfig.Builder
extends SdkPojo, CopyableBuilder<FunctionConfig.Builder,FunctionConfig>
-
Method Summary
Modifier and TypeMethodDescriptionA comment to describe the function.The function's runtime environment verion.runtime(FunctionRuntime runtime) The function's runtime environment verion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
comment
A comment to describe the function.
- Parameters:
comment- A comment to describe the function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtime
The function's runtime environment verion.
- Parameters:
runtime- The function's runtime environment verion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runtime
The function's runtime environment verion.
- Parameters:
runtime- The function's runtime environment verion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-