pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteResourcesByExternalIdInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn external_id(self, input: impl Into<String>) -> Self
pub fn external_id(self, input: impl Into<String>) -> Self
The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
sourcepub fn set_external_id(self, input: Option<String>) -> Self
pub fn set_external_id(self, input: Option<String>) -> Self
The unique ID of an external resource (for example, a CloudFormation stack ID) that is linked to one or more CodeDeploy resources.
sourcepub fn build(self) -> Result<DeleteResourcesByExternalIdInput, BuildError>
pub fn build(self) -> Result<DeleteResourcesByExternalIdInput, BuildError>
Consumes the builder and constructs a DeleteResourcesByExternalIdInput
.