public static interface DataSetSummary.Builder extends SdkPojo, CopyableBuilder<DataSetSummary.Builder,DataSetSummary>
| Modifier and Type | Method and Description |
|---|---|
DataSetSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
DataSetSummary.Builder |
columnLevelPermissionRulesApplied(Boolean columnLevelPermissionRulesApplied)
Indicates if the dataset has column level permission configured.
|
DataSetSummary.Builder |
createdTime(Instant createdTime)
The time that this dataset was created.
|
DataSetSummary.Builder |
dataSetId(String dataSetId)
The ID of the dataset.
|
DataSetSummary.Builder |
importMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
|
DataSetSummary.Builder |
importMode(String importMode)
Indicates whether you want to import the data into SPICE.
|
DataSetSummary.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
The last time that this dataset was updated.
|
DataSetSummary.Builder |
name(String name)
A display name for the dataset.
|
default DataSetSummary.Builder |
rowLevelPermissionDataSet(Consumer<RowLevelPermissionDataSet.Builder> rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
DataSetSummary.Builder |
rowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSetSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the dataset.
arn - The Amazon Resource Name (ARN) of the dataset.DataSetSummary.Builder dataSetId(String dataSetId)
The ID of the dataset.
dataSetId - The ID of the dataset.DataSetSummary.Builder name(String name)
A display name for the dataset.
name - A display name for the dataset.DataSetSummary.Builder createdTime(Instant createdTime)
The time that this dataset was created.
createdTime - The time that this dataset was created.DataSetSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last time that this dataset was updated.
lastUpdatedTime - The last time that this dataset was updated.DataSetSummary.Builder importMode(String importMode)
Indicates whether you want to import the data into SPICE.
importMode - Indicates whether you want to import the data into SPICE.DataSetImportMode,
DataSetImportModeDataSetSummary.Builder importMode(DataSetImportMode importMode)
Indicates whether you want to import the data into SPICE.
importMode - Indicates whether you want to import the data into SPICE.DataSetImportMode,
DataSetImportModeDataSetSummary.Builder rowLevelPermissionDataSet(RowLevelPermissionDataSet rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
rowLevelPermissionDataSet - The row-level security configuration for the dataset.default DataSetSummary.Builder rowLevelPermissionDataSet(Consumer<RowLevelPermissionDataSet.Builder> rowLevelPermissionDataSet)
The row-level security configuration for the dataset.
This is a convenience that creates an instance of theRowLevelPermissionDataSet.Builder avoiding the
need to create one manually via RowLevelPermissionDataSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to rowLevelPermissionDataSet(RowLevelPermissionDataSet).rowLevelPermissionDataSet - a consumer that will call methods on RowLevelPermissionDataSet.BuilderrowLevelPermissionDataSet(RowLevelPermissionDataSet)DataSetSummary.Builder columnLevelPermissionRulesApplied(Boolean columnLevelPermissionRulesApplied)
Indicates if the dataset has column level permission configured.
columnLevelPermissionRulesApplied - Indicates if the dataset has column level permission configured.Copyright © 2020. All rights reserved.