Class DataSet
- java.lang.Object
-
- software.amazon.awssdk.services.m2.model.DataSet
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataSet.Builder,DataSet>
@Generated("software.amazon.awssdk:codegen") public final class DataSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSet.Builder,DataSet>
Defines a data set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataSet.Builderbuilder()StringdatasetName()The logical identifier for a specific data set (in mainframe format).DatasetOrgAttributesdatasetOrg()The type of dataset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RecordLengthrecordLength()The length of a record.StringrelativePath()The relative location of the data set in the database or file system.List<SdkField<?>>sdkFields()static Class<? extends DataSet.Builder>serializableBuilderClass()StringstorageType()The storage type of the data set: database or file system.DataSet.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
datasetName
public final String datasetName()
The logical identifier for a specific data set (in mainframe format).
- Returns:
- The logical identifier for a specific data set (in mainframe format).
-
datasetOrg
public final DatasetOrgAttributes datasetOrg()
The type of dataset. The only supported value is VSAM.
- Returns:
- The type of dataset. The only supported value is VSAM.
-
recordLength
public final RecordLength recordLength()
The length of a record.
- Returns:
- The length of a record.
-
relativePath
public final String relativePath()
The relative location of the data set in the database or file system.
- Returns:
- The relative location of the data set in the database or file system.
-
storageType
public final String storageType()
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.
- Returns:
- 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.
-
toBuilder
public DataSet.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataSet.Builder,DataSet>
-
builder
public static DataSet.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataSet.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-