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)
A value that 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)
A value that indicates whether you want to import the data into SPICE.
|
DataSetSummary.Builder |
importMode(String importMode)
A value that 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.
|
DataSetSummary.Builder |
rowLevelPermissionTagConfigurationApplied(Boolean rowLevelPermissionTagConfigurationApplied)
Whether or not the row level permission tags are applied.
|
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)
A value that indicates whether you want to import the data into SPICE.
importMode - A value that indicates whether you want to import the data into SPICE.DataSetImportMode,
DataSetImportModeDataSetSummary.Builder importMode(DataSetImportMode importMode)
A value that indicates whether you want to import the data into SPICE.
importMode - A value that 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 method 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 rowLevelPermissionTagConfigurationApplied(Boolean rowLevelPermissionTagConfigurationApplied)
Whether or not the row level permission tags are applied.
rowLevelPermissionTagConfigurationApplied - Whether or not the row level permission tags are applied.DataSetSummary.Builder columnLevelPermissionRulesApplied(Boolean columnLevelPermissionRulesApplied)
A value that indicates if the dataset has column level permission configured.
columnLevelPermissionRulesApplied - A value that indicates if the dataset has column level permission configured.Copyright © 2023. All rights reserved.