Struct aws_sdk_m2::model::data_set::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DataSet.
Implementations§
source§impl Builder
impl Builder
sourcepub fn storage_type(self, input: impl Into<String>) -> Self
pub fn storage_type(self, input: impl Into<String>) -> Self
The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.
sourcepub fn set_storage_type(self, input: Option<String>) -> Self
pub fn set_storage_type(self, input: Option<String>) -> Self
The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.
sourcepub fn dataset_name(self, input: impl Into<String>) -> Self
pub fn dataset_name(self, input: impl Into<String>) -> Self
The logical identifier for a specific data set (in mainframe format).
sourcepub fn set_dataset_name(self, input: Option<String>) -> Self
pub fn set_dataset_name(self, input: Option<String>) -> Self
The logical identifier for a specific data set (in mainframe format).
sourcepub fn dataset_org(self, input: DatasetOrgAttributes) -> Self
pub fn dataset_org(self, input: DatasetOrgAttributes) -> Self
The type of dataset. Possible values include VSAM, IS, PS, GDG, PO, PS, UNKNOWN etc.
sourcepub fn set_dataset_org(self, input: Option<DatasetOrgAttributes>) -> Self
pub fn set_dataset_org(self, input: Option<DatasetOrgAttributes>) -> Self
The type of dataset. Possible values include VSAM, IS, PS, GDG, PO, PS, UNKNOWN etc.
sourcepub fn relative_path(self, input: impl Into<String>) -> Self
pub fn relative_path(self, input: impl Into<String>) -> Self
The relative location of the data set in the database or file system.
sourcepub fn set_relative_path(self, input: Option<String>) -> Self
pub fn set_relative_path(self, input: Option<String>) -> Self
The relative location of the data set in the database or file system.
sourcepub fn record_length(self, input: RecordLength) -> Self
pub fn record_length(self, input: RecordLength) -> Self
The length of a record.
sourcepub fn set_record_length(self, input: Option<RecordLength>) -> Self
pub fn set_record_length(self, input: Option<RecordLength>) -> Self
The length of a record.