Struct aws_sdk_finspace::input::delete_environment_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteEnvironmentInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
The identifier for the FinSpace environment.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
The identifier for the FinSpace environment.
sourcepub fn build(self) -> Result<DeleteEnvironmentInput, BuildError>
pub fn build(self) -> Result<DeleteEnvironmentInput, BuildError>
Consumes the builder and constructs a DeleteEnvironmentInput.