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