pub struct Builder { /* private fields */ }
Expand description
A builder for GetOnPremisesInstanceInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_name(self, input: impl Into<String>) -> Self
pub fn instance_name(self, input: impl Into<String>) -> Self
The name of the on-premises instance about which to get information.
sourcepub fn set_instance_name(self, input: Option<String>) -> Self
pub fn set_instance_name(self, input: Option<String>) -> Self
The name of the on-premises instance about which to get information.
sourcepub fn build(self) -> Result<GetOnPremisesInstanceInput, BuildError>
pub fn build(self) -> Result<GetOnPremisesInstanceInput, BuildError>
Consumes the builder and constructs a GetOnPremisesInstanceInput
.