@Generated(value="software.amazon.awssdk:codegen") public final class ContainerServiceEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerServiceEndpoint.Builder,ContainerServiceEndpoint>
Describes the public endpoint configuration of a deployment of an Amazon Lightsail container service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerServiceEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceEndpoint.Builder |
builder() |
String |
containerName()
The name of the container entry of the deployment that the endpoint configuration applies to.
|
Integer |
containerPort()
The port of the specified 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 ContainerServiceEndpoint.Builder> |
serializableBuilderClass() |
ContainerServiceEndpoint.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 entry of the deployment that the endpoint configuration applies to.
public final Integer containerPort()
The port of the specified container to which traffic is forwarded to.
public final ContainerServiceHealthCheckConfig healthCheck()
An object that describes the health check configuration of the container.
public ContainerServiceEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContainerServiceEndpoint.Builder,ContainerServiceEndpoint>public static ContainerServiceEndpoint.Builder builder()
public static Class<? extends ContainerServiceEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.