default ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.awsLogsConfiguration(Consumer<ExpressGatewayServiceAwsLogsConfiguration.Builder> awsLogsConfiguration) |
The log configuration for the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.awsLogsConfiguration(ExpressGatewayServiceAwsLogsConfiguration awsLogsConfiguration) |
The log configuration for the container.
|
static ExpressGatewayContainer.Builder |
ExpressGatewayContainer.builder() |
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.command(String... command) |
The command that is passed to the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.command(Collection<String> command) |
The command that is passed to the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.containerPort(Integer containerPort) |
The port number on the container that receives traffic from the load balancer.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.environment(Collection<KeyValuePair> environment) |
The environment variables to pass to the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.environment(Consumer<KeyValuePair.Builder>... environment) |
The environment variables to pass to the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.environment(KeyValuePair... environment) |
The environment variables to pass to the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.image(String image) |
The image used to start a container.
|
default ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.repositoryCredentials(Consumer<ExpressGatewayRepositoryCredentials.Builder> repositoryCredentials) |
The configuration for repository credentials for private registry authentication.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.repositoryCredentials(ExpressGatewayRepositoryCredentials repositoryCredentials) |
The configuration for repository credentials for private registry authentication.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.secrets(Collection<Secret> secrets) |
The secrets to pass to the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.secrets(Consumer<Secret.Builder>... secrets) |
The secrets to pass to the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.Builder.secrets(Secret... secrets) |
The secrets to pass to the container.
|
ExpressGatewayContainer.Builder |
ExpressGatewayContainer.toBuilder() |
|