pub struct Builder { /* private fields */ }
Expand description
A builder for SchemaShortInfoResponse
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn schema_id(self, input: impl Into<String>) -> Self
pub fn schema_id(self, input: impl Into<String>) -> Self
The ID of a schema in a Fleet Advisor collector inventory.
sourcepub fn set_schema_id(self, input: Option<String>) -> Self
pub fn set_schema_id(self, input: Option<String>) -> Self
The ID of a schema in a Fleet Advisor collector inventory.
sourcepub fn schema_name(self, input: impl Into<String>) -> Self
pub fn schema_name(self, input: impl Into<String>) -> Self
The name of a schema in a Fleet Advisor collector inventory.
sourcepub fn set_schema_name(self, input: Option<String>) -> Self
pub fn set_schema_name(self, input: Option<String>) -> Self
The name of a schema in a Fleet Advisor collector inventory.
sourcepub fn database_id(self, input: impl Into<String>) -> Self
pub fn database_id(self, input: impl Into<String>) -> Self
The ID of a database in a Fleet Advisor collector inventory.
sourcepub fn set_database_id(self, input: Option<String>) -> Self
pub fn set_database_id(self, input: Option<String>) -> Self
The ID of a database in a Fleet Advisor collector inventory.
sourcepub fn database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of a database in a Fleet Advisor collector inventory.
sourcepub fn set_database_name(self, input: Option<String>) -> Self
pub fn set_database_name(self, input: Option<String>) -> Self
The name of a database in a Fleet Advisor collector inventory.
sourcepub fn database_ip_address(self, input: impl Into<String>) -> Self
pub fn database_ip_address(self, input: impl Into<String>) -> Self
The IP address of a database in a Fleet Advisor collector inventory.
sourcepub fn set_database_ip_address(self, input: Option<String>) -> Self
pub fn set_database_ip_address(self, input: Option<String>) -> Self
The IP address of a database in a Fleet Advisor collector inventory.
sourcepub fn build(self) -> SchemaShortInfoResponse
pub fn build(self) -> SchemaShortInfoResponse
Consumes the builder and constructs a SchemaShortInfoResponse
.