public static interface FunctionConfig.Builder extends SdkPojo, CopyableBuilder<FunctionConfig.Builder,FunctionConfig>
| Modifier and Type | Method and Description |
|---|---|
FunctionConfig.Builder |
comment(String comment)
A comment to describe the function.
|
FunctionConfig.Builder |
runtime(FunctionRuntime runtime)
The function’s runtime environment.
|
FunctionConfig.Builder |
runtime(String runtime)
The function’s runtime environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunctionConfig.Builder comment(String comment)
A comment to describe the function.
comment - A comment to describe the function.FunctionConfig.Builder runtime(String runtime)
The function’s runtime environment. The only valid value is cloudfront-js-1.0.
runtime - The function’s runtime environment. The only valid value is cloudfront-js-1.0.FunctionRuntime,
FunctionRuntimeFunctionConfig.Builder runtime(FunctionRuntime runtime)
The function’s runtime environment. The only valid value is cloudfront-js-1.0.
runtime - The function’s runtime environment. The only valid value is cloudfront-js-1.0.FunctionRuntime,
FunctionRuntimeCopyright © 2021. All rights reserved.