pub struct Builder { /* private fields */ }Expand description
A builder for DeleteTestGridProjectInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn project_arn(self, input: impl Into<String>) -> Self
pub fn project_arn(self, input: impl Into<String>) -> Self
The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.
sourcepub fn set_project_arn(self, input: Option<String>) -> Self
pub fn set_project_arn(self, input: Option<String>) -> Self
The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.
sourcepub fn build(self) -> Result<DeleteTestGridProjectInput, BuildError>
pub fn build(self) -> Result<DeleteTestGridProjectInput, BuildError>
Consumes the builder and constructs a DeleteTestGridProjectInput.