pub struct Builder { /* private fields */ }Expand description
A builder for CreateProposalOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn proposal_id(self, input: impl Into<String>) -> Self
pub fn proposal_id(self, input: impl Into<String>) -> Self
The unique identifier of the proposal.
sourcepub fn set_proposal_id(self, input: Option<String>) -> Self
pub fn set_proposal_id(self, input: Option<String>) -> Self
The unique identifier of the proposal.
sourcepub fn build(self) -> CreateProposalOutput
pub fn build(self) -> CreateProposalOutput
Consumes the builder and constructs a CreateProposalOutput.