@Generated(value="software.amazon.awssdk:codegen") public final class IngressVpcConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>
The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner services from within an Amazon VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IngressVpcConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IngressVpcConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IngressVpcConfiguration.Builder> |
serializableBuilderClass() |
IngressVpcConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcEndpointId()
The ID of the VPC endpoint that your App Runner service connects to.
|
String |
vpcId()
The ID of the VPC that is used for the VPC endpoint.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vpcId()
The ID of the VPC that is used for the VPC endpoint.
public final String vpcEndpointId()
The ID of the VPC endpoint that your App Runner service connects to.
public IngressVpcConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>public static IngressVpcConfiguration.Builder builder()
public static Class<? extends IngressVpcConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.