pub struct Builder { /* private fields */ }
Expand description
A builder for GetAssessmentFrameworkInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn framework_id(self, input: impl Into<String>) -> Self
pub fn framework_id(self, input: impl Into<String>) -> Self
The identifier for the framework.
sourcepub fn set_framework_id(self, input: Option<String>) -> Self
pub fn set_framework_id(self, input: Option<String>) -> Self
The identifier for the framework.
sourcepub fn build(self) -> Result<GetAssessmentFrameworkInput, BuildError>
pub fn build(self) -> Result<GetAssessmentFrameworkInput, BuildError>
Consumes the builder and constructs a GetAssessmentFrameworkInput
.