pub struct Builder { /* private fields */ }
Expand description
A builder for CancelServicePipelineDeploymentInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_name(self, input: impl Into<String>) -> Self
pub fn service_name(self, input: impl Into<String>) -> Self
The name of the service with the service pipeline deployment to cancel.
sourcepub fn set_service_name(self, input: Option<String>) -> Self
pub fn set_service_name(self, input: Option<String>) -> Self
The name of the service with the service pipeline deployment to cancel.
sourcepub fn build(self) -> Result<CancelServicePipelineDeploymentInput, BuildError>
pub fn build(self) -> Result<CancelServicePipelineDeploymentInput, BuildError>
Consumes the builder and constructs a CancelServicePipelineDeploymentInput
.