Struct aws_sdk_workspaces::model::terminate_request::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TerminateRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The identifier of the WorkSpace.
sourcepub fn set_workspace_id(self, input: Option<String>) -> Self
pub fn set_workspace_id(self, input: Option<String>) -> Self
The identifier of the WorkSpace.
sourcepub fn build(self) -> TerminateRequest
pub fn build(self) -> TerminateRequest
Consumes the builder and constructs a TerminateRequest
.