pub struct Builder { /* private fields */ }
Expand description
A builder for PutApprovalResultOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn approved_at(self, input: DateTime) -> Self
pub fn approved_at(self, input: DateTime) -> Self
The timestamp showing when the approval or rejection was submitted.
sourcepub fn set_approved_at(self, input: Option<DateTime>) -> Self
pub fn set_approved_at(self, input: Option<DateTime>) -> Self
The timestamp showing when the approval or rejection was submitted.
sourcepub fn build(self) -> PutApprovalResultOutput
pub fn build(self) -> PutApprovalResultOutput
Consumes the builder and constructs a PutApprovalResultOutput
.