@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataViewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDataViewResult() |
Modifier and Type | Method and Description |
---|---|
GetDataViewResult |
clone() |
boolean |
equals(Object obj) |
Long |
getAsOfTimestamp()
Time range to use for the Dataview.
|
Boolean |
getAutoUpdate()
Flag to indicate Dataview should be updated automatically.
|
Long |
getCreateTime()
The timestamp at which the Dataview was created in FinSpace.
|
String |
getDatasetId()
The unique identifier for the Dataset used in the Dataview.
|
String |
getDataViewArn()
The ARN identifier of the Dataview.
|
String |
getDataViewId()
The unique identifier for the Dataview.
|
DataViewDestinationTypeParams |
getDestinationTypeParams()
Options that define the destination type for the Dataview.
|
DataViewErrorInfo |
getErrorInfo()
Information about an error that occurred for the Dataview.
|
Long |
getLastModifiedTime()
The last time that a Dataview was modified.
|
List<String> |
getPartitionColumns()
Ordered set of column names used to partition data.
|
List<String> |
getSortColumns()
Columns to be used for sorting the data.
|
String |
getStatus()
The status of a Dataview creation.
|
int |
hashCode() |
Boolean |
isAutoUpdate()
Flag to indicate Dataview should be updated automatically.
|
void |
setAsOfTimestamp(Long asOfTimestamp)
Time range to use for the Dataview.
|
void |
setAutoUpdate(Boolean autoUpdate)
Flag to indicate Dataview should be updated automatically.
|
void |
setCreateTime(Long createTime)
The timestamp at which the Dataview was created in FinSpace.
|
void |
setDatasetId(String datasetId)
The unique identifier for the Dataset used in the Dataview.
|
void |
setDataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
|
void |
setDataViewId(String dataViewId)
The unique identifier for the Dataview.
|
void |
setDestinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)
Options that define the destination type for the Dataview.
|
void |
setErrorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
|
void |
setLastModifiedTime(Long lastModifiedTime)
The last time that a Dataview was modified.
|
void |
setPartitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
|
void |
setSortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
|
void |
setStatus(String status)
The status of a Dataview creation.
|
String |
toString()
Returns a string representation of this object.
|
GetDataViewResult |
withAsOfTimestamp(Long asOfTimestamp)
Time range to use for the Dataview.
|
GetDataViewResult |
withAutoUpdate(Boolean autoUpdate)
Flag to indicate Dataview should be updated automatically.
|
GetDataViewResult |
withCreateTime(Long createTime)
The timestamp at which the Dataview was created in FinSpace.
|
GetDataViewResult |
withDatasetId(String datasetId)
The unique identifier for the Dataset used in the Dataview.
|
GetDataViewResult |
withDataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
|
GetDataViewResult |
withDataViewId(String dataViewId)
The unique identifier for the Dataview.
|
GetDataViewResult |
withDestinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)
Options that define the destination type for the Dataview.
|
GetDataViewResult |
withErrorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
|
GetDataViewResult |
withLastModifiedTime(Long lastModifiedTime)
The last time that a Dataview was modified.
|
GetDataViewResult |
withPartitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
|
GetDataViewResult |
withPartitionColumns(String... partitionColumns)
Ordered set of column names used to partition data.
|
GetDataViewResult |
withSortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
|
GetDataViewResult |
withSortColumns(String... sortColumns)
Columns to be used for sorting the data.
|
GetDataViewResult |
withStatus(DataViewStatus status)
The status of a Dataview creation.
|
GetDataViewResult |
withStatus(String status)
The status of a Dataview creation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAutoUpdate(Boolean autoUpdate)
Flag to indicate Dataview should be updated automatically.
autoUpdate
- Flag to indicate Dataview should be updated automatically.public Boolean getAutoUpdate()
Flag to indicate Dataview should be updated automatically.
public GetDataViewResult withAutoUpdate(Boolean autoUpdate)
Flag to indicate Dataview should be updated automatically.
autoUpdate
- Flag to indicate Dataview should be updated automatically.public Boolean isAutoUpdate()
Flag to indicate Dataview should be updated automatically.
public List<String> getPartitionColumns()
Ordered set of column names used to partition data.
public void setPartitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
partitionColumns
- Ordered set of column names used to partition data.public GetDataViewResult withPartitionColumns(String... partitionColumns)
Ordered set of column names used to partition data.
NOTE: This method appends the values to the existing list (if any). Use
setPartitionColumns(java.util.Collection)
or withPartitionColumns(java.util.Collection)
if you
want to override the existing values.
partitionColumns
- Ordered set of column names used to partition data.public GetDataViewResult withPartitionColumns(Collection<String> partitionColumns)
Ordered set of column names used to partition data.
partitionColumns
- Ordered set of column names used to partition data.public void setDatasetId(String datasetId)
The unique identifier for the Dataset used in the Dataview.
datasetId
- The unique identifier for the Dataset used in the Dataview.public String getDatasetId()
The unique identifier for the Dataset used in the Dataview.
public GetDataViewResult withDatasetId(String datasetId)
The unique identifier for the Dataset used in the Dataview.
datasetId
- The unique identifier for the Dataset used in the Dataview.public void setAsOfTimestamp(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.public Long getAsOfTimestamp()
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.
public GetDataViewResult withAsOfTimestamp(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.public void setErrorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
errorInfo
- Information about an error that occurred for the Dataview.public DataViewErrorInfo getErrorInfo()
Information about an error that occurred for the Dataview.
public GetDataViewResult withErrorInfo(DataViewErrorInfo errorInfo)
Information about an error that occurred for the Dataview.
errorInfo
- Information about an error that occurred for the Dataview.public void setLastModifiedTime(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.public Long getLastModifiedTime()
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.
public GetDataViewResult withLastModifiedTime(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.public void setCreateTime(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.public Long getCreateTime()
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.
public GetDataViewResult withCreateTime(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.public List<String> getSortColumns()
Columns to be used for sorting the data.
public void setSortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
sortColumns
- Columns to be used for sorting the data.public GetDataViewResult withSortColumns(String... sortColumns)
Columns to be used for sorting the data.
NOTE: This method appends the values to the existing list (if any). Use
setSortColumns(java.util.Collection)
or withSortColumns(java.util.Collection)
if you want to
override the existing values.
sortColumns
- Columns to be used for sorting the data.public GetDataViewResult withSortColumns(Collection<String> sortColumns)
Columns to be used for sorting the data.
sortColumns
- Columns to be used for sorting the data.public void setDataViewId(String dataViewId)
The unique identifier for the Dataview.
dataViewId
- The unique identifier for the Dataview.public String getDataViewId()
The unique identifier for the Dataview.
public GetDataViewResult withDataViewId(String dataViewId)
The unique identifier for the Dataview.
dataViewId
- The unique identifier for the Dataview.public void setDataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
dataViewArn
- The ARN identifier of the Dataview.public String getDataViewArn()
The ARN identifier of the Dataview.
public GetDataViewResult withDataViewArn(String dataViewArn)
The ARN identifier of the Dataview.
dataViewArn
- The ARN identifier of the Dataview.public void setDestinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)
Options that define the destination type for the Dataview.
destinationTypeParams
- Options that define the destination type for the Dataview.public DataViewDestinationTypeParams getDestinationTypeParams()
Options that define the destination type for the Dataview.
public GetDataViewResult withDestinationTypeParams(DataViewDestinationTypeParams destinationTypeParams)
Options that define the destination type for the Dataview.
destinationTypeParams
- Options that define the destination type for the Dataview.public void setStatus(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
public String getStatus()
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.
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
public GetDataViewResult withStatus(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
public GetDataViewResult withStatus(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
public String toString()
toString
in class Object
Object.toString()
public GetDataViewResult clone()