| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.clone() |
ColumnStatisticsTaskRun |
GetColumnStatisticsTaskRunResult.getColumnStatisticsTaskRun()
A
ColumnStatisticsTaskRun object representing the details of the column stats run. |
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withCatalogID(String catalogID)
The ID of the Data Catalog where the table resides.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withColumnNameList(Collection<String> columnNameList)
A list of the column names.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withColumnNameList(String... columnNameList)
A list of the column names.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withColumnStatisticsTaskRunId(String columnStatisticsTaskRunId)
The identifier for the particular column statistics task run.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withCreationTime(Date creationTime)
The time that this task was created.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withCustomerId(String customerId)
The Amazon Web Services account ID.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withDatabaseName(String databaseName)
The database where the table resides.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withDPUSeconds(Double dPUSeconds)
The calculated DPU usage in seconds for all autoscaled workers.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withEndTime(Date endTime)
The end time of the task.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withErrorMessage(String errorMessage)
The error message for the job.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withLastUpdated(Date lastUpdated)
The last point in time when this task was modified.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers used to generate column statistics.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withRole(String role)
The IAM role that the service assumes to generate statistics.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withSampleSize(Double sampleSize)
The percentage of rows used to generate statistics.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withSecurityConfiguration(String securityConfiguration)
Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withStartTime(Date startTime)
The start time of the task.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withStatus(ColumnStatisticsState status)
The status of the task run.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withStatus(String status)
The status of the task run.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withTableName(String tableName)
The name of the table for which column statistics is generated.
|
ColumnStatisticsTaskRun |
ColumnStatisticsTaskRun.withWorkerType(String workerType)
The type of workers being used for generating stats.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnStatisticsTaskRun> |
GetColumnStatisticsTaskRunsResult.getColumnStatisticsTaskRuns()
A list of column statistics task runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetColumnStatisticsTaskRunResult.setColumnStatisticsTaskRun(ColumnStatisticsTaskRun columnStatisticsTaskRun)
A
ColumnStatisticsTaskRun object representing the details of the column stats run. |
GetColumnStatisticsTaskRunResult |
GetColumnStatisticsTaskRunResult.withColumnStatisticsTaskRun(ColumnStatisticsTaskRun columnStatisticsTaskRun)
A
ColumnStatisticsTaskRun object representing the details of the column stats run. |
GetColumnStatisticsTaskRunsResult |
GetColumnStatisticsTaskRunsResult.withColumnStatisticsTaskRuns(ColumnStatisticsTaskRun... columnStatisticsTaskRuns)
A list of column statistics task runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetColumnStatisticsTaskRunsResult.setColumnStatisticsTaskRuns(Collection<ColumnStatisticsTaskRun> columnStatisticsTaskRuns)
A list of column statistics task runs.
|
GetColumnStatisticsTaskRunsResult |
GetColumnStatisticsTaskRunsResult.withColumnStatisticsTaskRuns(Collection<ColumnStatisticsTaskRun> columnStatisticsTaskRuns)
A list of column statistics task runs.
|
Copyright © 2025. All rights reserved.