pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetOnPremisesInstancesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn instance_infos(self, input: InstanceInfo) -> Self
pub fn instance_infos(self, input: InstanceInfo) -> Self
Appends an item to instance_infos
.
To override the contents of this collection use set_instance_infos
.
Information about the on-premises instances.
sourcepub fn set_instance_infos(self, input: Option<Vec<InstanceInfo>>) -> Self
pub fn set_instance_infos(self, input: Option<Vec<InstanceInfo>>) -> Self
Information about the on-premises instances.
sourcepub fn build(self) -> BatchGetOnPremisesInstancesOutput
pub fn build(self) -> BatchGetOnPremisesInstancesOutput
Consumes the builder and constructs a BatchGetOnPremisesInstancesOutput
.