@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.
|
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasColumnGroups()
Returns true if the ColumnGroups property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasLogicalTableMap()
Returns true if the LogicalTableMap property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasOutputColumns()
Returns true if the OutputColumns property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasPhysicalTableMap()
Returns true if the PhysicalTableMap property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
DataSetImportMode |
importMode()
Indicates whether you want to import the data into SPICE.
|
String |
importModeAsString()
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.
|
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, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the resource.
public String dataSetId()
The ID of the dataset.
public String name()
A display name for the dataset.
public Instant createdTime()
The time that this dataset was created.
public Instant lastUpdatedTime()
The last time that this dataset was updated.
public boolean hasPhysicalTableMap()
public 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.
You can use hasPhysicalTableMap() to see if a value was sent in this field.
public boolean hasLogicalTableMap()
public 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.
You can use hasLogicalTableMap() to see if a value was sent in this field.
public boolean hasOutputColumns()
public 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.
You can use hasOutputColumns() to see if a value was sent in this field.
public DataSetImportMode importMode()
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().
DataSetImportModepublic String importModeAsString()
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().
DataSetImportModepublic Long consumedSpiceCapacityInBytes()
The amount of SPICE capacity used by this dataset. This is 0 if the dataset isn't imported into SPICE.
public boolean hasColumnGroups()
public 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.
You can use hasColumnGroups() to see if a value was sent in this field.
public RowLevelPermissionDataSet rowLevelPermissionDataSet()
The row-level security configuration for the dataset.
public DataSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSet.Builder,DataSet>public static DataSet.Builder builder()
public static Class<? extends DataSet.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.