Class IngressVpcConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.apprunner.model.IngressVpcConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngressVpcConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngressVpcConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends IngressVpcConfiguration.Builder>serializableBuilderClass()IngressVpcConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcEndpointId()The ID of the VPC endpoint that your App Runner service connects to.StringvpcId()The ID of the VPC that is used for the VPC endpoint.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
vpcId
public final String vpcId()
The ID of the VPC that is used for the VPC endpoint.
- Returns:
- The ID of the VPC that is used for the VPC endpoint.
-
vpcEndpointId
public final String vpcEndpointId()
The ID of the VPC endpoint that your App Runner service connects to.
- Returns:
- The ID of the VPC endpoint that your App Runner service connects to.
-
toBuilder
public IngressVpcConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngressVpcConfiguration.Builder,IngressVpcConfiguration>
-
builder
public static IngressVpcConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngressVpcConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-