Struct aws_sdk_codepipeline::model::blocker_declaration::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BlockerDeclaration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn type(self, input: BlockerType) -> Self
pub fn type(self, input: BlockerType) -> Self
Reserved for future use.
sourcepub fn set_type(self, input: Option<BlockerType>) -> Self
pub fn set_type(self, input: Option<BlockerType>) -> Self
Reserved for future use.
sourcepub fn build(self) -> BlockerDeclaration
pub fn build(self) -> BlockerDeclaration
Consumes the builder and constructs a BlockerDeclaration
.