Struct aws_sdk_securityhub::model::aws_ecs_service_network_configuration_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEcsServiceNetworkConfigurationDetails
Implementations
pub fn aws_vpc_configuration(
self,
input: AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails
) -> Self
pub fn aws_vpc_configuration(
self,
input: AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails
) -> Self
The VPC subnet and security group configuration.
pub fn set_aws_vpc_configuration(
self,
input: Option<AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails>
) -> Self
pub fn set_aws_vpc_configuration(
self,
input: Option<AwsEcsServiceNetworkConfigurationAwsVpcConfigurationDetails>
) -> Self
The VPC subnet and security group configuration.
Consumes the builder and constructs a AwsEcsServiceNetworkConfigurationDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more