Class VpcIngressConnection
- java.lang.Object
-
- software.amazon.awssdk.services.apprunner.model.VpcIngressConnection
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcIngressConnection.Builder,VpcIngressConnection>
@Generated("software.amazon.awssdk:codegen") public final class VpcIngressConnection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcIngressConnection.Builder,VpcIngressConnection>
The App Runner resource that specifies an App Runner endpoint for incoming traffic. It establishes a connection between a VPC interface endpoint and a App Runner service, to make your App Runner service accessible from only within an Amazon VPC.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcIngressConnection.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The Account Id you use to create the VPC Ingress Connection resource.static VpcIngressConnection.Builderbuilder()InstantcreatedAt()The time when the VPC Ingress Connection was created.InstantdeletedAt()The time when the App Runner service was deleted.StringdomainName()The domain name associated with the VPC Ingress Connection resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IngressVpcConfigurationingressVpcConfiguration()Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VpcIngressConnection.Builder>serializableBuilderClass()StringserviceArn()The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.VpcIngressConnectionStatusstatus()The current status of the VPC Ingress Connection.StringstatusAsString()The current status of the VPC Ingress Connection.VpcIngressConnection.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcIngressConnectionArn()The Amazon Resource Name (ARN) of the VPC Ingress Connection.StringvpcIngressConnectionName()The customer-provided VPC Ingress Connection name.-
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
-
vpcIngressConnectionArn
public final String vpcIngressConnectionArn()
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
- Returns:
- The Amazon Resource Name (ARN) of the VPC Ingress Connection.
-
vpcIngressConnectionName
public final String vpcIngressConnectionName()
The customer-provided VPC Ingress Connection name.
- Returns:
- The customer-provided VPC Ingress Connection name.
-
serviceArn
public final String serviceArn()
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
- Returns:
- The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
-
status
public final VpcIngressConnectionStatus status()
The current status of the VPC Ingress Connection. The VPC Ingress Connection displays one of the following statuses:
AVAILABLE,PENDING_CREATION,PENDING_UPDATE,PENDING_DELETION,FAILED_CREATION,FAILED_UPDATE,FAILED_DELETION, andDELETED..If the service returns an enum value that is not available in the current SDK version,
statuswill returnVpcIngressConnectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the VPC Ingress Connection. The VPC Ingress Connection displays one of the
following statuses:
AVAILABLE,PENDING_CREATION,PENDING_UPDATE,PENDING_DELETION,FAILED_CREATION,FAILED_UPDATE,FAILED_DELETION, andDELETED.. - See Also:
VpcIngressConnectionStatus
-
statusAsString
public final String statusAsString()
The current status of the VPC Ingress Connection. The VPC Ingress Connection displays one of the following statuses:
AVAILABLE,PENDING_CREATION,PENDING_UPDATE,PENDING_DELETION,FAILED_CREATION,FAILED_UPDATE,FAILED_DELETION, andDELETED..If the service returns an enum value that is not available in the current SDK version,
statuswill returnVpcIngressConnectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the VPC Ingress Connection. The VPC Ingress Connection displays one of the
following statuses:
AVAILABLE,PENDING_CREATION,PENDING_UPDATE,PENDING_DELETION,FAILED_CREATION,FAILED_UPDATE,FAILED_DELETION, andDELETED.. - See Also:
VpcIngressConnectionStatus
-
accountId
public final String accountId()
The Account Id you use to create the VPC Ingress Connection resource.
- Returns:
- The Account Id you use to create the VPC Ingress Connection resource.
-
domainName
public final String domainName()
The domain name associated with the VPC Ingress Connection resource.
- Returns:
- The domain name associated with the VPC Ingress Connection resource.
-
ingressVpcConfiguration
public final IngressVpcConfiguration ingressVpcConfiguration()
Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.
- Returns:
- Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.
-
createdAt
public final Instant createdAt()
The time when the VPC Ingress Connection was created. It's in the Unix time stamp format.
-
Type: Timestamp
-
Required: Yes
- Returns:
- The time when the VPC Ingress Connection was created. It's in the Unix time stamp format.
-
Type: Timestamp
-
Required: Yes
-
-
-
deletedAt
public final Instant deletedAt()
The time when the App Runner service was deleted. It's in the Unix time stamp format.
-
Type: Timestamp
-
Required: No
- Returns:
- The time when the App Runner service was deleted. It's in the Unix time stamp format.
-
Type: Timestamp
-
Required: No
-
-
-
toBuilder
public VpcIngressConnection.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcIngressConnection.Builder,VpcIngressConnection>
-
builder
public static VpcIngressConnection.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcIngressConnection.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
-
-