Class NetworkConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.apprunner.model.NetworkConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class NetworkConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkConfiguration.Builderbuilder()EgressConfigurationegressConfiguration()Network configuration settings for outbound message traffic.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IngressConfigurationingressConfiguration()Network configuration settings for inbound message traffic.IpAddressTypeipAddressType()App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual-stack (IPv4 and IPv6) for your incoming public network configuration.StringipAddressTypeAsString()App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual-stack (IPv4 and IPv6) for your incoming public network configuration.List<SdkField<?>>sdkFields()static Class<? extends NetworkConfiguration.Builder>serializableBuilderClass()NetworkConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
egressConfiguration
public final EgressConfiguration egressConfiguration()
Network configuration settings for outbound message traffic.
- Returns:
- Network configuration settings for outbound message traffic.
-
ingressConfiguration
public final IngressConfiguration ingressConfiguration()
Network configuration settings for inbound message traffic.
- Returns:
- Network configuration settings for inbound message traffic.
-
ipAddressType
public final IpAddressType ipAddressType()
App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual-stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an
IpAddressType, it defaults to select IPv4.Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
If the service returns an enum value that is not available in the current SDK version,
ipAddressTypewill returnIpAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromipAddressTypeAsString().- Returns:
- App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and
dual-stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional
parameter. If you do not specify an
IpAddressType, it defaults to select IPv4.Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
- See Also:
IpAddressType
-
ipAddressTypeAsString
public final String ipAddressTypeAsString()
App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and dual-stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an
IpAddressType, it defaults to select IPv4.Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
If the service returns an enum value that is not available in the current SDK version,
ipAddressTypewill returnIpAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromipAddressTypeAsString().- Returns:
- App Runner provides you with the option to choose between Internet Protocol version 4 (IPv4) and
dual-stack (IPv4 and IPv6) for your incoming public network configuration. This is an optional
parameter. If you do not specify an
IpAddressType, it defaults to select IPv4.Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
- See Also:
IpAddressType
-
toBuilder
public NetworkConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
-
builder
public static NetworkConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkConfiguration.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.
-
-