Struct aws_sdk_apprunner::model::ingress_configuration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for IngressConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn is_publicly_accessible(self, input: bool) -> Self
pub fn is_publicly_accessible(self, input: bool) -> Self
Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True
. To make the service privately accessible, from only within an Amazon VPC set it to False
.
sourcepub fn set_is_publicly_accessible(self, input: Option<bool>) -> Self
pub fn set_is_publicly_accessible(self, input: Option<bool>) -> Self
Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True
. To make the service privately accessible, from only within an Amazon VPC set it to False
.
sourcepub fn build(self) -> IngressConfiguration
pub fn build(self) -> IngressConfiguration
Consumes the builder and constructs a IngressConfiguration
.