public static interface GetDataViewResponse.Builder extends FinspaceDataResponse.Builder, SdkPojo, CopyableBuilder<GetDataViewResponse.Builder,GetDataViewResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDataViewResponse.Builder |
asOfTimestamp(Long asOfTimestamp)
Time range to use for the Dataview.
|
GetDataViewResponse.Builder |
autoUpdate(Boolean autoUpdate)
Flag to indicate Dataview should be updated automatically.
|
GetDataViewResponse.Builder |
createTime(Long createTime)
The timestamp at which the Dataview was created in FinSpace.
|
GetDataViewResponse.Builder |
datasetId(String datasetId)
The unique identifier for the Dataset used in the Dataview.
|
GetDataViewResponse.Builder |
dataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
|
GetDataViewResponse.Builder |
dataViewId(String dataViewId)
The unique identifier for the Dataview.
|
default GetDataViewResponse.Builder |
destinationTypeParams(Consumer<DataViewDestinationTypeParams.Builder> destinationTypeParams)
Options that define the destination type for the Dataview.
|
GetDataViewResponse.Builder |
destinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)
Options that define the destination type for the Dataview.
|
default GetDataViewResponse.Builder |
errorInfo(Consumer<DataViewErrorInfo.Builder> errorInfo)
Information about an error that occurred for the Dataview.
|
GetDataViewResponse.Builder |
errorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
|
GetDataViewResponse.Builder |
lastModifiedTime(Long lastModifiedTime)
The last time that a Dataview was modified.
|
GetDataViewResponse.Builder |
partitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
|
GetDataViewResponse.Builder |
partitionColumns(String... partitionColumns)
Ordered set of column names used to partition data.
|
GetDataViewResponse.Builder |
sortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
|
GetDataViewResponse.Builder |
sortColumns(String... sortColumns)
Columns to be used for sorting the data.
|
GetDataViewResponse.Builder |
status(DataViewStatus status)
The status of a Dataview creation.
|
GetDataViewResponse.Builder |
status(String status)
The status of a Dataview creation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataViewResponse.Builder autoUpdate(Boolean autoUpdate)
Flag to indicate Dataview should be updated automatically.
autoUpdate - Flag to indicate Dataview should be updated automatically.GetDataViewResponse.Builder partitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
partitionColumns - Ordered set of column names used to partition data.GetDataViewResponse.Builder partitionColumns(String... partitionColumns)
Ordered set of column names used to partition data.
partitionColumns - Ordered set of column names used to partition data.GetDataViewResponse.Builder datasetId(String datasetId)
The unique identifier for the Dataset used in the Dataview.
datasetId - The unique identifier for the Dataset used in the Dataview.GetDataViewResponse.Builder asOfTimestamp(Long asOfTimestamp)
Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
asOfTimestamp - Time range to use for the Dataview. The value is determined as epoch time in milliseconds. For
example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.GetDataViewResponse.Builder errorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
errorInfo - Information about an error that occurred for the Dataview.default GetDataViewResponse.Builder errorInfo(Consumer<DataViewErrorInfo.Builder> errorInfo)
Information about an error that occurred for the Dataview.
This is a convenience method that creates an instance of theDataViewErrorInfo.Builder avoiding the
need to create one manually via DataViewErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to errorInfo(DataViewErrorInfo).
errorInfo - a consumer that will call methods on DataViewErrorInfo.BuildererrorInfo(DataViewErrorInfo)GetDataViewResponse.Builder lastModifiedTime(Long lastModifiedTime)
The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTime - The last time that a Dataview was modified. The value is determined as epoch time in milliseconds. For
example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.GetDataViewResponse.Builder createTime(Long createTime)
The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createTime - The timestamp at which the Dataview was created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.GetDataViewResponse.Builder sortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
sortColumns - Columns to be used for sorting the data.GetDataViewResponse.Builder sortColumns(String... sortColumns)
Columns to be used for sorting the data.
sortColumns - Columns to be used for sorting the data.GetDataViewResponse.Builder dataViewId(String dataViewId)
The unique identifier for the Dataview.
dataViewId - The unique identifier for the Dataview.GetDataViewResponse.Builder dataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
dataViewArn - The ARN identifier of the Dataview.GetDataViewResponse.Builder destinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)
Options that define the destination type for the Dataview.
destinationTypeParams - Options that define the destination type for the Dataview.default GetDataViewResponse.Builder destinationTypeParams(Consumer<DataViewDestinationTypeParams.Builder> destinationTypeParams)
Options that define the destination type for the Dataview.
This is a convenience method that creates an instance of theDataViewDestinationTypeParams.Builder
avoiding the need to create one manually via DataViewDestinationTypeParams.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to destinationTypeParams(DataViewDestinationTypeParams).
destinationTypeParams - a consumer that will call methods on DataViewDestinationTypeParams.BuilderdestinationTypeParams(DataViewDestinationTypeParams)GetDataViewResponse.Builder status(String status)
The status of a Dataview creation.
RUNNING – Dataview creation is running.
STARTING – Dataview creation is starting.
FAILED – Dataview creation has failed.
CANCELLED – Dataview creation has been cancelled.
TIMEOUT – Dataview creation has timed out.
SUCCESS – Dataview creation has succeeded.
PENDING – Dataview creation is pending.
FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.
status - The status of a Dataview creation.
RUNNING – Dataview creation is running.
STARTING – Dataview creation is starting.
FAILED – Dataview creation has failed.
CANCELLED – Dataview creation has been cancelled.
TIMEOUT – Dataview creation has timed out.
SUCCESS – Dataview creation has succeeded.
PENDING – Dataview creation is pending.
FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.
DataViewStatus,
DataViewStatusGetDataViewResponse.Builder status(DataViewStatus status)
The status of a Dataview creation.
RUNNING – Dataview creation is running.
STARTING – Dataview creation is starting.
FAILED – Dataview creation has failed.
CANCELLED – Dataview creation has been cancelled.
TIMEOUT – Dataview creation has timed out.
SUCCESS – Dataview creation has succeeded.
PENDING – Dataview creation is pending.
FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.
status - The status of a Dataview creation.
RUNNING – Dataview creation is running.
STARTING – Dataview creation is starting.
FAILED – Dataview creation has failed.
CANCELLED – Dataview creation has been cancelled.
TIMEOUT – Dataview creation has timed out.
SUCCESS – Dataview creation has succeeded.
PENDING – Dataview creation is pending.
FAILED_CLEANUP_FAILED – Dataview creation failed and resource cleanup failed.
DataViewStatus,
DataViewStatusCopyright © 2022. All rights reserved.