pub struct Builder { /* private fields */ }
Expand description
A builder for ServerShortInfoResponse
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn server_id(self, input: impl Into<String>) -> Self
pub fn server_id(self, input: impl Into<String>) -> Self
The ID of a server in a Fleet Advisor collector inventory.
sourcepub fn set_server_id(self, input: Option<String>) -> Self
pub fn set_server_id(self, input: Option<String>) -> Self
The ID of a server in a Fleet Advisor collector inventory.
sourcepub fn ip_address(self, input: impl Into<String>) -> Self
pub fn ip_address(self, input: impl Into<String>) -> Self
The IP address of a server in a Fleet Advisor collector inventory.
sourcepub fn set_ip_address(self, input: Option<String>) -> Self
pub fn set_ip_address(self, input: Option<String>) -> Self
The IP address of a server in a Fleet Advisor collector inventory.
sourcepub fn server_name(self, input: impl Into<String>) -> Self
pub fn server_name(self, input: impl Into<String>) -> Self
The name address of a server in a Fleet Advisor collector inventory.
sourcepub fn set_server_name(self, input: Option<String>) -> Self
pub fn set_server_name(self, input: Option<String>) -> Self
The name address of a server in a Fleet Advisor collector inventory.
sourcepub fn build(self) -> ServerShortInfoResponse
pub fn build(self) -> ServerShortInfoResponse
Consumes the builder and constructs a ServerShortInfoResponse
.