@Generated(value="software.amazon.awssdk:codegen") public final class IngressConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngressConfiguration.Builder,IngressConfiguration>
Network configuration settings for inbound network traffic.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IngressConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IngressConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isPubliclyAccessible()
Specifies whether your App Runner service is publicly accessible.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IngressConfiguration.Builder> |
serializableBuilderClass() |
IngressConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean isPubliclyAccessible()
Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it
to True. To make the service privately accessible, from only within an Amazon VPC set it to
False.
True. To make the service privately accessible, from only within an Amazon VPC set
it to False.public IngressConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IngressConfiguration.Builder,IngressConfiguration>public static IngressConfiguration.Builder builder()
public static Class<? extends IngressConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.