Struct aws_sdk_s3control::model::vpc_configuration::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for VpcConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vpc_id(self, input: impl Into<String>) -> Self
pub fn vpc_id(self, input: impl Into<String>) -> Self
If this field is specified, this access point will only allow connections from the specified VPC ID.
sourcepub fn set_vpc_id(self, input: Option<String>) -> Self
pub fn set_vpc_id(self, input: Option<String>) -> Self
If this field is specified, this access point will only allow connections from the specified VPC ID.
sourcepub fn build(self) -> VpcConfiguration
pub fn build(self) -> VpcConfiguration
Consumes the builder and constructs a VpcConfiguration.