Uses of Interface
software.amazon.awssdk.services.apprunner.model.EgressConfiguration.Builder
-
Packages that use EgressConfiguration.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of EgressConfiguration.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return EgressConfiguration.Builder Modifier and Type Method Description static EgressConfiguration.BuilderEgressConfiguration. builder()EgressConfiguration.BuilderEgressConfiguration.Builder. egressType(String egressType)The type of egress configuration.EgressConfiguration.BuilderEgressConfiguration.Builder. egressType(EgressType egressType)The type of egress configuration.EgressConfiguration.BuilderEgressConfiguration. toBuilder()EgressConfiguration.BuilderEgressConfiguration.Builder. vpcConnectorArn(String vpcConnectorArn)The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to associate with your App Runner service.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type EgressConfiguration.Builder Modifier and Type Method Description static Class<? extends EgressConfiguration.Builder>EgressConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type EgressConfiguration.Builder Modifier and Type Method Description default NetworkConfiguration.BuilderNetworkConfiguration.Builder. egressConfiguration(Consumer<EgressConfiguration.Builder> egressConfiguration)Network configuration settings for outbound message traffic.
-