| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceEndpoint.Builder |
ContainerServiceEndpoint.builder() |
ContainerServiceEndpoint.Builder |
ContainerServiceEndpoint.Builder.containerName(String containerName)
The name of the container entry of the deployment that the endpoint configuration applies to.
|
ContainerServiceEndpoint.Builder |
ContainerServiceEndpoint.Builder.containerPort(Integer containerPort)
The port of the specified container to which traffic is forwarded to.
|
default ContainerServiceEndpoint.Builder |
ContainerServiceEndpoint.Builder.healthCheck(Consumer<ContainerServiceHealthCheckConfig.Builder> healthCheck)
An object that describes the health check configuration of the container.
|
ContainerServiceEndpoint.Builder |
ContainerServiceEndpoint.Builder.healthCheck(ContainerServiceHealthCheckConfig healthCheck)
An object that describes the health check configuration of the container.
|
ContainerServiceEndpoint.Builder |
ContainerServiceEndpoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContainerServiceEndpoint.Builder> |
ContainerServiceEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerServiceDeployment.Builder |
ContainerServiceDeployment.Builder.publicEndpoint(Consumer<ContainerServiceEndpoint.Builder> publicEndpoint)
An object that describes the endpoint of the deployment.
|
Copyright © 2022. All rights reserved.