pub struct Builder { /* private fields */ }Expand description
A builder for DeploySystemInstanceInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the system instance. This value is returned by the CreateSystemInstance action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the system instance. This value is returned by the CreateSystemInstance action.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME
sourcepub fn build(self) -> Result<DeploySystemInstanceInput, BuildError>
pub fn build(self) -> Result<DeploySystemInstanceInput, BuildError>
Consumes the builder and constructs a DeploySystemInstanceInput.