pub struct Builder { /* private fields */ }
Expand description
A builder for GetDeploymentConfigOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn deployment_config_info(self, input: DeploymentConfigInfo) -> Self
pub fn deployment_config_info(self, input: DeploymentConfigInfo) -> Self
Information about the deployment configuration.
sourcepub fn set_deployment_config_info(
self,
input: Option<DeploymentConfigInfo>
) -> Self
pub fn set_deployment_config_info(
self,
input: Option<DeploymentConfigInfo>
) -> Self
Information about the deployment configuration.
sourcepub fn build(self) -> GetDeploymentConfigOutput
pub fn build(self) -> GetDeploymentConfigOutput
Consumes the builder and constructs a GetDeploymentConfigOutput
.