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.BuilderImageConfig. builder()ImageConfig.BuilderImageConfig.Builder. command(String... command)Specifies parameters that you want to pass in with ENTRYPOINT.ImageConfig.BuilderImageConfig.Builder. command(Collection<String> command)Specifies parameters that you want to pass in with ENTRYPOINT.ImageConfig.BuilderImageConfig.Builder. entryPoint(String... entryPoint)Specifies the entry point to their application, which is typically the location of the runtime executable.ImageConfig.BuilderImageConfig.Builder. entryPoint(Collection<String> entryPoint)Specifies the entry point to their application, which is typically the location of the runtime executable.ImageConfig.BuilderImageConfig. toBuilder()ImageConfig.BuilderImageConfig.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.BuilderCreateFunctionRequest.Builder. imageConfig(Consumer<ImageConfig.Builder> imageConfig)Container image configuration values that override the values in the container image Dockerfile.default ImageConfigResponse.BuilderImageConfigResponse.Builder. imageConfig(Consumer<ImageConfig.Builder> imageConfig)Configuration values that override the container image Dockerfile.default UpdateFunctionConfigurationRequest.BuilderUpdateFunctionConfigurationRequest.Builder. imageConfig(Consumer<ImageConfig.Builder> imageConfig)Container image configuration values that override the values in the container image Docker file.
-