@Generated(value="software.amazon.awssdk:codegen") public final class EndpointRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointRequest.Builder,EndpointRequest>
Describes the settings of a public endpoint for an Amazon Lightsail container service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EndpointRequest.Builder |
builder() |
String |
containerName()
The name of the container for the endpoint.
|
Integer |
containerPort()
The port of the container to which traffic is forwarded to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ContainerServiceHealthCheckConfig |
healthCheck()
An object that describes the health check configuration of the container.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointRequest.Builder> |
serializableBuilderClass() |
EndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String containerName()
The name of the container for the endpoint.
public final Integer containerPort()
The port of the container to which traffic is forwarded to.
public final ContainerServiceHealthCheckConfig healthCheck()
An object that describes the health check configuration of the container.
public EndpointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EndpointRequest.Builder,EndpointRequest>public static EndpointRequest.Builder builder()
public static Class<? extends EndpointRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.