| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static ImageConfig.Builder |
ImageConfig.builder() |
ImageConfig.Builder |
ImageConfig.Builder.command(Collection<String> command)
Specifies parameters that you want to pass in with ENTRYPOINT.
|
ImageConfig.Builder |
ImageConfig.Builder.command(String... command)
Specifies parameters that you want to pass in with ENTRYPOINT.
|
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.Builder.entryPoint(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImageConfig.Builder> |
ImageConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFunctionConfigurationRequest.Builder |
UpdateFunctionConfigurationRequest.Builder.imageConfig(Consumer<ImageConfig.Builder> imageConfig)
Container image configuration
values that override the values in the container image Dockerfile.
|
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.
|
Copyright © 2021. All rights reserved.