Uses of Interface
software.amazon.awssdk.services.lambda.model.ImageConfig.Builder
-
Packages that use ImageConfig.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ImageConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ImageConfig.Builder Modifier and Type Method Description static ImageConfig.Builder
ImageConfig. builder()
ImageConfig.Builder
ImageConfig.Builder. command(String... command)
Specifies parameters that you want to pass in with ENTRYPOINT.ImageConfig.Builder
ImageConfig.Builder. command(Collection<String> command)
Specifies parameters that you want to pass in with ENTRYPOINT.ImageConfig.Builder
ImageConfig.Builder. entryPoint(String... entryPoint)
Specifies the entry point to their application, which is typically the location of the runtime executable.ImageConfig.Builder
ImageConfig.Builder. entryPoint(Collection<String> entryPoint)
Specifies the entry point to their application, which is typically the location of the runtime executable.ImageConfig.Builder
ImageConfig. toBuilder()
ImageConfig.Builder
ImageConfig.Builder. workingDirectory(String workingDirectory)
Specifies the working directory.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type ImageConfig.Builder Modifier and Type Method Description static Class<? extends ImageConfig.Builder>
ImageConfig. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type ImageConfig.Builder Modifier and Type Method Description default CreateFunctionRequest.Builder
CreateFunctionRequest.Builder. imageConfig(Consumer<ImageConfig.Builder> imageConfig)
Container image configuration values that override the values in the container image Dockerfile.default ImageConfigResponse.Builder
ImageConfigResponse.Builder. imageConfig(Consumer<ImageConfig.Builder> imageConfig)
Configuration values that override the container image Dockerfile.default UpdateFunctionConfigurationRequest.Builder
UpdateFunctionConfigurationRequest.Builder. imageConfig(Consumer<ImageConfig.Builder> imageConfig)
Container image configuration values that override the values in the container image Docker file.
-