@Generated(value="software.amazon.awssdk:codegen") public final class DataSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSet.Builder,DataSet>
Dataset.
Modifier and Type | Class and Description |
---|---|
static interface |
DataSet.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the resource.
|
static DataSet.Builder |
builder() |
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 a
ColumnLevelPermissionRule
. |
Long |
consumedSpiceCapacityInBytes()
The amount of SPICE capacity used by this dataset.
|
Instant |
createdTime()
The time that this dataset was created.
|
String |
dataSetId()
The ID of the dataset.
|
DataSetUsageConfiguration |
dataSetUsageConfiguration()
The usage configuration to apply to child datasets that reference this dataset as a source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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) |
boolean |
hasColumnGroups()
For responses, this returns true if the service returned a value for the ColumnGroups property.
|
boolean |
hasColumnLevelPermissionRules()
For responses, this returns true if the service returned a value for the ColumnLevelPermissionRules property.
|
boolean |
hasFieldFolders()
For responses, this returns true if the service returned a value for the FieldFolders property.
|
int |
hashCode() |
boolean |
hasLogicalTableMap()
For responses, this returns true if the service returned a value for the LogicalTableMap property.
|
boolean |
hasOutputColumns()
For responses, this returns true if the service returned a value for the OutputColumns property.
|
boolean |
hasPhysicalTableMap()
For responses, this returns true if the service returned a value for the PhysicalTableMap property.
|
DataSetImportMode |
importMode()
A value that indicates whether you want to import the data into SPICE.
|
String |
importModeAsString()
A value that indicates whether you want to import the data into SPICE.
|
Instant |
lastUpdatedTime()
The last time that this dataset was updated.
|
Map<String,LogicalTable> |
logicalTableMap()
Configures the combination and transformation of the data from the physical tables.
|
String |
name()
A display name for the dataset.
|
List<OutputColumn> |
outputColumns()
The list of columns after all transforms.
|
Map<String,PhysicalTable> |
physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
RowLevelPermissionDataSet |
rowLevelPermissionDataSet()
The row-level security configuration for the dataset.
|
RowLevelPermissionTagConfiguration |
rowLevelPermissionTagConfiguration()
The element you can use to define tags for row-level security.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSet.Builder> |
serializableBuilderClass() |
DataSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String arn()
The Amazon Resource Name (ARN) of the resource.
public final String dataSetId()
The ID of the dataset.
public final String name()
A display name for the dataset.
public final Instant createdTime()
The time that this dataset was created.
public final Instant lastUpdatedTime()
The last time that this dataset was updated.
public final boolean hasPhysicalTableMap()
isEmpty()
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.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.
public final boolean hasLogicalTableMap()
isEmpty()
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.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.
public final boolean hasOutputColumns()
isEmpty()
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.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.
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, importMode
will
return DataSetImportMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
importModeAsString()
.
DataSetImportMode
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, importMode
will
return DataSetImportMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
importModeAsString()
.
DataSetImportMode
public final Long consumedSpiceCapacityInBytes()
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
public final boolean hasColumnGroups()
isEmpty()
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.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.
public final boolean hasFieldFolders()
isEmpty()
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.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.
public final RowLevelPermissionDataSet rowLevelPermissionDataSet()
The row-level security configuration for the dataset.
public final RowLevelPermissionTagConfiguration rowLevelPermissionTagConfiguration()
The element you can use to define tags for row-level security.
public final boolean hasColumnLevelPermissionRules()
isEmpty()
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.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.
ColumnLevelPermissionRule
.public final DataSetUsageConfiguration dataSetUsageConfiguration()
The usage configuration to apply to child datasets that reference this dataset as a source.
public DataSet.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DataSet.Builder,DataSet>
public static DataSet.Builder builder()
public static Class<? extends DataSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.