pub struct Builder { /* private fields */ }
Expand description
A builder for GetDeploymentTargetInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn deployment_id(self, input: impl Into<String>) -> Self
pub fn deployment_id(self, input: impl Into<String>) -> Self
The unique ID of a deployment.
sourcepub fn set_deployment_id(self, input: Option<String>) -> Self
pub fn set_deployment_id(self, input: Option<String>) -> Self
The unique ID of a deployment.
sourcepub fn target_id(self, input: impl Into<String>) -> Self
pub fn target_id(self, input: impl Into<String>) -> Self
The unique ID of a deployment target.
sourcepub fn set_target_id(self, input: Option<String>) -> Self
pub fn set_target_id(self, input: Option<String>) -> Self
The unique ID of a deployment target.
sourcepub fn build(self) -> Result<GetDeploymentTargetInput, BuildError>
pub fn build(self) -> Result<GetDeploymentTargetInput, BuildError>
Consumes the builder and constructs a GetDeploymentTargetInput
.