Struct aws_sdk_securityhub::model::aws_elastic_beanstalk_environment_environment_link::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AwsElasticBeanstalkEnvironmentEnvironmentLink
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn environment_name(self, input: impl Into<String>) -> Self
pub fn environment_name(self, input: impl Into<String>) -> Self
The name of the linked environment.
sourcepub fn set_environment_name(self, input: Option<String>) -> Self
pub fn set_environment_name(self, input: Option<String>) -> Self
The name of the linked environment.
sourcepub fn set_link_name(self, input: Option<String>) -> Self
pub fn set_link_name(self, input: Option<String>) -> Self
The name of the environment link.
sourcepub fn build(self) -> AwsElasticBeanstalkEnvironmentEnvironmentLink
pub fn build(self) -> AwsElasticBeanstalkEnvironmentEnvironmentLink
Consumes the builder and constructs a AwsElasticBeanstalkEnvironmentEnvironmentLink
.