Struct aws_sdk_amp::input::update_workspace_alias_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateWorkspaceAliasInput
.
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 ID of the workspace being updated.
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 being updated.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Optional, unique, case-sensitive, user-provided identifier to ensure the idempotency of the request.
sourcepub fn build(self) -> Result<UpdateWorkspaceAliasInput, BuildError>
pub fn build(self) -> Result<UpdateWorkspaceAliasInput, BuildError>
Consumes the builder and constructs a UpdateWorkspaceAliasInput
.