pub struct Builder { /* private fields */ }
Expand description
A builder for GetDeploymentInstanceInput
.
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 instance_id(self, input: impl Into<String>) -> Self
pub fn instance_id(self, input: impl Into<String>) -> Self
The unique ID of an instance in the deployment group.
sourcepub fn set_instance_id(self, input: Option<String>) -> Self
pub fn set_instance_id(self, input: Option<String>) -> Self
The unique ID of an instance in the deployment group.
sourcepub fn build(self) -> Result<GetDeploymentInstanceInput, BuildError>
pub fn build(self) -> Result<GetDeploymentInstanceInput, BuildError>
Consumes the builder and constructs a GetDeploymentInstanceInput
.