Struct aws_sdk_securityhub::model::aws_elastic_beanstalk_environment_option_setting::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AwsElasticBeanstalkEnvironmentOptionSetting
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn namespace(self, input: impl Into<String>) -> Self
pub fn namespace(self, input: impl Into<String>) -> Self
The type of resource that the configuration option is associated with.
sourcepub fn set_namespace(self, input: Option<String>) -> Self
pub fn set_namespace(self, input: Option<String>) -> Self
The type of resource that the configuration option is associated with.
sourcepub fn option_name(self, input: impl Into<String>) -> Self
pub fn option_name(self, input: impl Into<String>) -> Self
The name of the option.
sourcepub fn set_option_name(self, input: Option<String>) -> Self
pub fn set_option_name(self, input: Option<String>) -> Self
The name of the option.
sourcepub fn resource_name(self, input: impl Into<String>) -> Self
pub fn resource_name(self, input: impl Into<String>) -> Self
The name of the resource.
sourcepub fn set_resource_name(self, input: Option<String>) -> Self
pub fn set_resource_name(self, input: Option<String>) -> Self
The name of the resource.
sourcepub fn build(self) -> AwsElasticBeanstalkEnvironmentOptionSetting
pub fn build(self) -> AwsElasticBeanstalkEnvironmentOptionSetting
Consumes the builder and constructs a AwsElasticBeanstalkEnvironmentOptionSetting
.