pub struct Builder { /* private fields */ }Expand description
A builder for DisassociateRepositoryInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn association_arn(self, input: impl Into<String>) -> Self
pub fn association_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations.
sourcepub fn set_association_arn(self, input: Option<String>) -> Self
pub fn set_association_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling ListRepositoryAssociations.
sourcepub fn build(self) -> Result<DisassociateRepositoryInput, BuildError>
pub fn build(self) -> Result<DisassociateRepositoryInput, BuildError>
Consumes the builder and constructs a DisassociateRepositoryInput.