Interface NetworkConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkConfiguration.Builder,
,NetworkConfiguration> SdkBuilder<NetworkConfiguration.Builder,
,NetworkConfiguration> SdkPojo
- Enclosing class:
NetworkConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault NetworkConfiguration.Builder
egressConfiguration
(Consumer<EgressConfiguration.Builder> egressConfiguration) Network configuration settings for outbound message traffic.egressConfiguration
(EgressConfiguration egressConfiguration) Network configuration settings for outbound message traffic.default NetworkConfiguration.Builder
ingressConfiguration
(Consumer<IngressConfiguration.Builder> ingressConfiguration) Network configuration settings for inbound message traffic.ingressConfiguration
(IngressConfiguration ingressConfiguration) Network configuration settings for inbound message traffic.ipAddressType
(String ipAddressType) App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6).ipAddressType
(IpAddressType ipAddressType) App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
egressConfiguration
Network configuration settings for outbound message traffic.
- Parameters:
egressConfiguration
- Network configuration settings for outbound message traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
egressConfiguration
default NetworkConfiguration.Builder egressConfiguration(Consumer<EgressConfiguration.Builder> egressConfiguration) Network configuration settings for outbound message traffic.
This is a convenience method that creates an instance of theEgressConfiguration.Builder
avoiding the need to create one manually viaEgressConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toegressConfiguration(EgressConfiguration)
.- Parameters:
egressConfiguration
- a consumer that will call methods onEgressConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ingressConfiguration
Network configuration settings for inbound message traffic.
- Parameters:
ingressConfiguration
- Network configuration settings for inbound message traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressConfiguration
default NetworkConfiguration.Builder ingressConfiguration(Consumer<IngressConfiguration.Builder> ingressConfiguration) Network configuration settings for inbound message traffic.
This is a convenience method that creates an instance of theIngressConfiguration.Builder
avoiding the need to create one manually viaIngressConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toingressConfiguration(IngressConfiguration)
.- Parameters:
ingressConfiguration
- a consumer that will call methods onIngressConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6). This is an optional parameter. If you do not specify an
IpAddressType
, it defaults to select IPv4.- Parameters:
ipAddressType
- App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6). This is an optional parameter. If you do not specify anIpAddressType
, it defaults to select IPv4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6). This is an optional parameter. If you do not specify an
IpAddressType
, it defaults to select IPv4.- Parameters:
ipAddressType
- App Runner provides you with the option to choose between IPv4 and dual stack (IPv4 and IPv6). This is an optional parameter. If you do not specify anIpAddressType
, it defaults to select IPv4.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-