Struct aws_sdk_ec2::output::create_public_ipv4_pool_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreatePublicIpv4PoolOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_pool_id(self, input: Option<String>) -> Self
pub fn set_pool_id(self, input: Option<String>) -> Self
The ID of the public IPv4 pool.
sourcepub fn build(self) -> CreatePublicIpv4PoolOutput
pub fn build(self) -> CreatePublicIpv4PoolOutput
Consumes the builder and constructs a CreatePublicIpv4PoolOutput
.