Struct aws_sdk_workspacesweb::input::delete_portal_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeletePortalInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn portal_arn(self, input: impl Into<String>) -> Self
pub fn portal_arn(self, input: impl Into<String>) -> Self
The ARN of the web portal.
sourcepub fn set_portal_arn(self, input: Option<String>) -> Self
pub fn set_portal_arn(self, input: Option<String>) -> Self
The ARN of the web portal.
sourcepub fn build(self) -> Result<DeletePortalInput, BuildError>
pub fn build(self) -> Result<DeletePortalInput, BuildError>
Consumes the builder and constructs a DeletePortalInput
.