Struct aws_sdk_apprunner::model::network_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NetworkConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn egress_configuration(self, input: EgressConfiguration) -> Self
pub fn egress_configuration(self, input: EgressConfiguration) -> Self
Network configuration settings for outbound message traffic.
sourcepub fn set_egress_configuration(self, input: Option<EgressConfiguration>) -> Self
pub fn set_egress_configuration(self, input: Option<EgressConfiguration>) -> Self
Network configuration settings for outbound message traffic.
sourcepub fn ingress_configuration(self, input: IngressConfiguration) -> Self
pub fn ingress_configuration(self, input: IngressConfiguration) -> Self
Network configuration settings for inbound message traffic.
sourcepub fn set_ingress_configuration(
self,
input: Option<IngressConfiguration>
) -> Self
pub fn set_ingress_configuration(
self,
input: Option<IngressConfiguration>
) -> Self
Network configuration settings for inbound message traffic.
sourcepub fn build(self) -> NetworkConfiguration
pub fn build(self) -> NetworkConfiguration
Consumes the builder and constructs a NetworkConfiguration
.