| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.asOfTimestamp(Long asOfTimestamp)
Time range to use for the Dataview.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.autoUpdate(Boolean autoUpdate)
Flag to indicate Dataview should be updated automatically.
|
static GetDataViewResponse.Builder |
GetDataViewResponse.builder() |
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.createTime(Long createTime)
The timestamp at which the Dataview was created in FinSpace.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.datasetId(String datasetId)
The unique identifier for the Dataset used in the Dataview.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.dataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.dataViewId(String dataViewId)
The unique identifier for the Dataview.
|
default GetDataViewResponse.Builder |
GetDataViewResponse.Builder.destinationTypeParams(Consumer<DataViewDestinationTypeParams.Builder> destinationTypeParams)
Options that define the destination type for the Dataview.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.destinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)
Options that define the destination type for the Dataview.
|
default GetDataViewResponse.Builder |
GetDataViewResponse.Builder.errorInfo(Consumer<DataViewErrorInfo.Builder> errorInfo)
Information about an error that occurred for the Dataview.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.errorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.lastModifiedTime(Long lastModifiedTime)
The last time that a Dataview was modified.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.partitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.partitionColumns(String... partitionColumns)
Ordered set of column names used to partition data.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.sortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.sortColumns(String... sortColumns)
Columns to be used for sorting the data.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.status(DataViewStatus status)
The status of a Dataview creation.
|
GetDataViewResponse.Builder |
GetDataViewResponse.Builder.status(String status)
The status of a Dataview creation.
|
GetDataViewResponse.Builder |
GetDataViewResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDataViewResponse.Builder> |
GetDataViewResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.