pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteContinuousDeploymentPolicyInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the continuous deployment policy that you are deleting.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the continuous deployment policy that you are deleting.
sourcepub fn if_match(self, input: impl Into<String>) -> Self
pub fn if_match(self, input: impl Into<String>) -> Self
The current version (ETag
value) of the continuous deployment policy that you are deleting.
sourcepub fn set_if_match(self, input: Option<String>) -> Self
pub fn set_if_match(self, input: Option<String>) -> Self
The current version (ETag
value) of the continuous deployment policy that you are deleting.
sourcepub fn build(self) -> Result<DeleteContinuousDeploymentPolicyInput, BuildError>
pub fn build(self) -> Result<DeleteContinuousDeploymentPolicyInput, BuildError>
Consumes the builder and constructs a DeleteContinuousDeploymentPolicyInput
.