pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteWorkspaceApiKeyOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_key_name(self, input: Option<String>) -> Self
pub fn set_key_name(self, input: Option<String>) -> Self
The name of the key that was deleted.
sourcepub fn workspace_id(self, input: impl Into<String>) -> Self
pub fn workspace_id(self, input: impl Into<String>) -> Self
The ID of the workspace where the key was deleted.
sourcepub fn set_workspace_id(self, input: Option<String>) -> Self
pub fn set_workspace_id(self, input: Option<String>) -> Self
The ID of the workspace where the key was deleted.
sourcepub fn build(self) -> DeleteWorkspaceApiKeyOutput
pub fn build(self) -> DeleteWorkspaceApiKeyOutput
Consumes the builder and constructs a DeleteWorkspaceApiKeyOutput
.