| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static Container.Builder |
Container.builder() |
Container.Builder |
Container.Builder.command(Collection<String> command)
The launch command for the container.
|
Container.Builder |
Container.Builder.command(String... command)
The launch command for the container.
|
Container.Builder |
Container.Builder.environment(Map<String,String> environment)
The environment variables of the container.
|
Container.Builder |
Container.Builder.image(String image)
The name of the image used for the container.
|
Container.Builder |
Container.Builder.ports(Map<String,ContainerServiceProtocol> ports)
The open firewall ports of the container.
|
Container.Builder |
Container.Builder.portsWithStrings(Map<String,String> ports)
The open firewall ports of the container.
|
Container.Builder |
Container.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Container.Builder> |
Container.serializableBuilderClass() |
Copyright © 2023. All rights reserved.