@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()
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()
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.
|
String |
name()
A display name for the dataset.
|
RowLevelPermissionDataSet |
rowLevelPermissionDataSet()
The row-level security configuration for the dataset.
|
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 String arn()
The Amazon Resource Name (ARN) of the dataset.
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 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 RowLevelPermissionDataSet rowLevelPermissionDataSet()
The row-level security configuration for the dataset.
public Boolean columnLevelPermissionRulesApplied()
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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.