Package com.pulumi.aws.apprunner.inputs
Class ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.apprunner.inputs.ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder
-
- Enclosing class:
- ServiceSourceConfigurationImageRepositoryImageConfigurationArgs
public static final class ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ServiceSourceConfigurationImageRepositoryImageConfigurationArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ServiceSourceConfigurationImageRepositoryImageConfigurationArgs defaults)
-
-
Method Detail
-
port
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder port(@Nullable com.pulumi.core.Output<java.lang.String> port)
- Parameters:
port
- Port that your application listens to in the container. Defaults to `"8080"`.- Returns:
- builder
-
port
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder port(java.lang.String port)
- Parameters:
port
- Port that your application listens to in the container. Defaults to `"8080"`.- Returns:
- builder
-
runtimeEnvironmentSecrets
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder runtimeEnvironmentSecrets(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> runtimeEnvironmentSecrets)
- Parameters:
runtimeEnvironmentSecrets
- Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.- Returns:
- builder
-
runtimeEnvironmentSecrets
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder runtimeEnvironmentSecrets(java.util.Map<java.lang.String,java.lang.String> runtimeEnvironmentSecrets)
- Parameters:
runtimeEnvironmentSecrets
- Secrets and parameters available to your service as environment variables. A map of key/value pairs, where the key is the desired name of the Secret in the environment (i.e. it does not have to match the name of the secret in Secrets Manager or SSM Parameter Store), and the value is the ARN of the secret from AWS Secrets Manager or the ARN of the parameter in AWS SSM Parameter Store.- Returns:
- builder
-
runtimeEnvironmentVariables
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder runtimeEnvironmentVariables(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> runtimeEnvironmentVariables)
- Parameters:
runtimeEnvironmentVariables
- Environment variables available to your running App Runner service. A map of key/value pairs. Keys with a prefix of `AWSAPPRUNNER` are reserved for system use and aren't valid.- Returns:
- builder
-
runtimeEnvironmentVariables
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder runtimeEnvironmentVariables(java.util.Map<java.lang.String,java.lang.String> runtimeEnvironmentVariables)
- Parameters:
runtimeEnvironmentVariables
- Environment variables available to your running App Runner service. A map of key/value pairs. Keys with a prefix of `AWSAPPRUNNER` are reserved for system use and aren't valid.- Returns:
- builder
-
startCommand
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder startCommand(@Nullable com.pulumi.core.Output<java.lang.String> startCommand)
- Parameters:
startCommand
- Command App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.- Returns:
- builder
-
startCommand
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs.Builder startCommand(java.lang.String startCommand)
- Parameters:
startCommand
- Command App Runner runs to start the application in the source image. If specified, this command overrides the Docker image’s default start command.- Returns:
- builder
-
build
public ServiceSourceConfigurationImageRepositoryImageConfigurationArgs build()
-
-