Uses of Interface
software.amazon.awssdk.services.lambda.model.ImageConfig.Builder
Packages that use ImageConfig.Builder
-
Uses of ImageConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ImageConfig.BuilderModifier and TypeMethodDescriptionstatic ImageConfig.BuilderImageConfig.builder()Specifies parameters that you want to pass in with ENTRYPOINT.ImageConfig.Builder.command(Collection<String> command) Specifies parameters that you want to pass in with ENTRYPOINT.ImageConfig.Builder.entryPoint(String... entryPoint) Specifies the entry point to their application, which is typically the location of the runtime executable.ImageConfig.Builder.entryPoint(Collection<String> entryPoint) Specifies the entry point to their application, which is typically the location of the runtime executable.ImageConfig.toBuilder()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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImageConfig.Builder>ImageConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type ImageConfig.BuilderModifier and TypeMethodDescriptiondefault 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.UpdateFunctionConfigurationRequest.Builder.imageConfig(Consumer<ImageConfig.Builder> imageConfig) Container image configuration values that override the values in the container image Docker file.