pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteEnvironmentAccountConnectionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the environment account connection to delete.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the environment account connection to delete.
sourcepub fn build(
self
) -> Result<DeleteEnvironmentAccountConnectionInput, BuildError>
pub fn build(
self
) -> Result<DeleteEnvironmentAccountConnectionInput, BuildError>
Consumes the builder and constructs a DeleteEnvironmentAccountConnectionInput
.