Struct aws_sdk_codedeploy::output::get_deployment_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetDeploymentOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn deployment_info(self, input: DeploymentInfo) -> Self
pub fn deployment_info(self, input: DeploymentInfo) -> Self
Information about the deployment.
sourcepub fn set_deployment_info(self, input: Option<DeploymentInfo>) -> Self
pub fn set_deployment_info(self, input: Option<DeploymentInfo>) -> Self
Information about the deployment.
sourcepub fn build(self) -> GetDeploymentOutput
pub fn build(self) -> GetDeploymentOutput
Consumes the builder and constructs a GetDeploymentOutput
.