@Generated(value="software.amazon.awssdk:codegen") public final class DataSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSetSummary.Builder,DataSetSummary>
Dataset summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the dataset.
|
static DataSetSummary.Builder |
builder() |
Boolean |
columnLevelPermissionRulesApplied()
A value that indicates if the dataset has column level permission configured.
|
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) |
int |
hashCode() |
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.
|
String |
name()
A display name for the dataset.
|
RowLevelPermissionDataSet |
rowLevelPermissionDataSet()
The row-level security configuration for the dataset.
|
Boolean |
rowLevelPermissionTagConfigurationApplied()
Whether or not the row level permission tags are applied.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSetSummary.Builder> |
serializableBuilderClass() |
DataSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the dataset.
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 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().
DataSetImportModepublic 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().
DataSetImportModepublic final RowLevelPermissionDataSet rowLevelPermissionDataSet()
The row-level security configuration for the dataset.
public final Boolean rowLevelPermissionTagConfigurationApplied()
Whether or not the row level permission tags are applied.
public final Boolean columnLevelPermissionRulesApplied()
A value that indicates if the dataset has column level permission configured.
public DataSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSetSummary.Builder,DataSetSummary>public static DataSetSummary.Builder builder()
public static Class<? extends DataSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.