Uses of Interface
software.amazon.awssdk.services.lightsail.model.EndpointRequest.Builder
-
Packages that use EndpointRequest.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of EndpointRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return EndpointRequest.Builder Modifier and Type Method Description static EndpointRequest.BuilderEndpointRequest. builder()EndpointRequest.BuilderEndpointRequest.Builder. containerName(String containerName)The name of the container for the endpoint.EndpointRequest.BuilderEndpointRequest.Builder. containerPort(Integer containerPort)The port of the container to which traffic is forwarded to.default EndpointRequest.BuilderEndpointRequest.Builder. healthCheck(Consumer<ContainerServiceHealthCheckConfig.Builder> healthCheck)An object that describes the health check configuration of the container.EndpointRequest.BuilderEndpointRequest.Builder. healthCheck(ContainerServiceHealthCheckConfig healthCheck)An object that describes the health check configuration of the container.EndpointRequest.BuilderEndpointRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type EndpointRequest.Builder Modifier and Type Method Description static Class<? extends EndpointRequest.Builder>EndpointRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type EndpointRequest.Builder Modifier and Type Method Description default ContainerServiceDeploymentRequest.BuilderContainerServiceDeploymentRequest.Builder. publicEndpoint(Consumer<EndpointRequest.Builder> publicEndpoint)An object that describes the endpoint of the deployment.default CreateContainerServiceDeploymentRequest.BuilderCreateContainerServiceDeploymentRequest.Builder. publicEndpoint(Consumer<EndpointRequest.Builder> publicEndpoint)An object that describes the settings of the public endpoint for the container service.
-