Class DataSet
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.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>
Dataset.
- 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 Stringarn()The Amazon Resource Name (ARN) of the resource.static DataSet.Builderbuilder()List<ColumnGroup>columnGroups()Groupings of columns that work together in certain Amazon QuickSight features.List<ColumnLevelPermissionRule>columnLevelPermissionRules()A set of one or more definitions of aColumnLevelPermissionRule.LongconsumedSpiceCapacityInBytes()The amount of SPICE capacity used by this dataset.InstantcreatedTime()The time that this dataset was created.StringdataSetId()The ID of the dataset.List<DatasetParameter>datasetParameters()The parameters that are declared in a dataset.DataSetUsageConfigurationdataSetUsageConfiguration()The usage configuration to apply to child datasets that reference this dataset as a source.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Map<String,FieldFolder>fieldFolders()The folder that contains fields and nested subfolders for your dataset.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasColumnGroups()For responses, this returns true if the service returned a value for the ColumnGroups property.booleanhasColumnLevelPermissionRules()For responses, this returns true if the service returned a value for the ColumnLevelPermissionRules property.booleanhasDatasetParameters()For responses, this returns true if the service returned a value for the DatasetParameters property.booleanhasFieldFolders()For responses, this returns true if the service returned a value for the FieldFolders property.inthashCode()booleanhasLogicalTableMap()For responses, this returns true if the service returned a value for the LogicalTableMap property.booleanhasOutputColumns()For responses, this returns true if the service returned a value for the OutputColumns property.booleanhasPhysicalTableMap()For responses, this returns true if the service returned a value for the PhysicalTableMap property.DataSetImportModeimportMode()A value that indicates whether you want to import the data into SPICE.StringimportModeAsString()A value that indicates whether you want to import the data into SPICE.InstantlastUpdatedTime()The last time that this dataset was updated.Map<String,LogicalTable>logicalTableMap()Configures the combination and transformation of the data from the physical tables.Stringname()A display name for the dataset.List<OutputColumn>outputColumns()The list of columns after all transforms.PerformanceConfigurationperformanceConfiguration()The performance optimization configuration of a dataset.Map<String,PhysicalTable>physicalTableMap()Declares the physical tables that are available in the underlying data sources.RowLevelPermissionDataSetrowLevelPermissionDataSet()The row-level security configuration for the dataset.RowLevelPermissionTagConfigurationrowLevelPermissionTagConfiguration()The element you can use to define tags for row-level security.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataSet.Builder>serializableBuilderClass()DataSet.BuildertoBuilder()StringtoString()Returns a string representation of this object.DataSetUseAsuseAs()The usage of the dataset.StringuseAsAsString()The usage of the dataset.-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the resource.
- Returns:
- The Amazon Resource Name (ARN) of the resource.
-
dataSetId
public final String dataSetId()
The ID of the dataset. Limited to 96 characters.
- Returns:
- The ID of the dataset. Limited to 96 characters.
-
name
public final String name()
A display name for the dataset.
- Returns:
- A display name for the dataset.
-
createdTime
public final Instant createdTime()
The time that this dataset was created.
- Returns:
- The time that this dataset was created.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The last time that this dataset was updated.
- Returns:
- The last time that this dataset was updated.
-
hasPhysicalTableMap
public final boolean hasPhysicalTableMap()
For responses, this returns true if the service returned a value for the PhysicalTableMap property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
physicalTableMap
public final Map<String,PhysicalTable> physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPhysicalTableMap()method.- Returns:
- Declares the physical tables that are available in the underlying data sources.
-
hasLogicalTableMap
public final boolean hasLogicalTableMap()
For responses, this returns true if the service returned a value for the LogicalTableMap property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
logicalTableMap
public final Map<String,LogicalTable> logicalTableMap()
Configures the combination and transformation of the data from the physical tables.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasLogicalTableMap()method.- Returns:
- Configures the combination and transformation of the data from the physical tables.
-
hasOutputColumns
public final boolean hasOutputColumns()
For responses, this returns true if the service returned a value for the OutputColumns property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
outputColumns
public final List<OutputColumn> outputColumns()
The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasOutputColumns()method.- Returns:
- The list of columns after all transforms. These columns are available in templates, analyses, and dashboards.
-
importMode
public final DataSetImportMode importMode()
A value that indicates whether you want to import the data into SPICE.
If the service returns an enum value that is not available in the current SDK version,
importModewill returnDataSetImportMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportModeAsString().- Returns:
- A value that indicates whether you want to import the data into SPICE.
- See Also:
DataSetImportMode
-
importModeAsString
public final String importModeAsString()
A value that indicates whether you want to import the data into SPICE.
If the service returns an enum value that is not available in the current SDK version,
importModewill returnDataSetImportMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportModeAsString().- Returns:
- A value that indicates whether you want to import the data into SPICE.
- See Also:
DataSetImportMode
-
consumedSpiceCapacityInBytes
public final Long consumedSpiceCapacityInBytes()
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
- Returns:
- The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
-
hasColumnGroups
public final boolean hasColumnGroups()
For responses, this returns true if the service returned a value for the ColumnGroups property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
columnGroups
public final List<ColumnGroup> columnGroups()
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasColumnGroups()method.- Returns:
- Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
-
hasFieldFolders
public final boolean hasFieldFolders()
For responses, this returns true if the service returned a value for the FieldFolders property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
fieldFolders
public final Map<String,FieldFolder> fieldFolders()
The folder that contains fields and nested subfolders for your dataset.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasFieldFolders()method.- Returns:
- The folder that contains fields and nested subfolders for your dataset.
-
rowLevelPermissionDataSet
public final RowLevelPermissionDataSet rowLevelPermissionDataSet()
The row-level security configuration for the dataset.
- Returns:
- The row-level security configuration for the dataset.
-
rowLevelPermissionTagConfiguration
public final RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration()
The element you can use to define tags for row-level security.
- Returns:
- The element you can use to define tags for row-level security.
-
hasColumnLevelPermissionRules
public final boolean hasColumnLevelPermissionRules()
For responses, this returns true if the service returned a value for the ColumnLevelPermissionRules property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
columnLevelPermissionRules
public final List<ColumnLevelPermissionRule> columnLevelPermissionRules()
A set of one or more definitions of a
ColumnLevelPermissionRule.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasColumnLevelPermissionRules()method.- Returns:
- A set of one or more definitions of a
ColumnLevelPermissionRule.
-
dataSetUsageConfiguration
public final DataSetUsageConfiguration dataSetUsageConfiguration()
The usage configuration to apply to child datasets that reference this dataset as a source.
- Returns:
- The usage configuration to apply to child datasets that reference this dataset as a source.
-
hasDatasetParameters
public final boolean hasDatasetParameters()
For responses, this returns true if the service returned a value for the DatasetParameters property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
datasetParameters
public final List<DatasetParameter> datasetParameters()
The parameters that are declared in a dataset.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasDatasetParameters()method.- Returns:
- The parameters that are declared in a dataset.
-
performanceConfiguration
public final PerformanceConfiguration performanceConfiguration()
The performance optimization configuration of a dataset.
- Returns:
- The performance optimization configuration of a dataset.
-
useAs
public final DataSetUseAs useAs()
The usage of the dataset.
If the service returns an enum value that is not available in the current SDK version,
useAswill returnDataSetUseAs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuseAsAsString().- Returns:
- The usage of the dataset.
- See Also:
DataSetUseAs
-
useAsAsString
public final String useAsAsString()
The usage of the dataset.
If the service returns an enum value that is not available in the current SDK version,
useAswill returnDataSetUseAs.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuseAsAsString().- Returns:
- The usage of the dataset.
- See Also:
DataSetUseAs
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-