@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKxDataviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetKxDataviewResult() |
Modifier and Type | Method and Description |
---|---|
GetKxDataviewResult |
clone() |
boolean |
equals(Object obj) |
List<KxDataviewActiveVersion> |
getActiveVersions()
The current active changeset versions of the database on the given dataview.
|
Boolean |
getAutoUpdate()
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when new changesets are ingested.
|
String |
getAvailabilityZoneId()
The identifier of the availability zones.
|
String |
getAzMode()
The number of availability zones you want to assign per volume.
|
String |
getChangesetId()
A unique identifier of the changeset that you want to use to ingest data.
|
Date |
getCreatedTimestamp()
The timestamp at which the dataview was created in FinSpace.
|
String |
getDatabaseName()
The name of the database where you created the dataview.
|
String |
getDataviewName()
A unique identifier for the dataview.
|
String |
getDescription()
A description of the dataview.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
|
Date |
getLastModifiedTimestamp()
The last time that the dataview was updated in FinSpace.
|
Boolean |
getReadWrite()
Returns True if the dataview is created as writeable and False otherwise.
|
List<KxDataviewSegmentConfiguration> |
getSegmentConfigurations()
The configuration that contains the database path of the data that you want to place on each selected volume.
|
String |
getStatus()
The status of dataview creation.
|
String |
getStatusReason()
The error message when a failed state occurs.
|
int |
hashCode() |
Boolean |
isAutoUpdate()
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when new changesets are ingested.
|
Boolean |
isReadWrite()
Returns True if the dataview is created as writeable and False otherwise.
|
void |
setActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
void |
setAutoUpdate(Boolean autoUpdate)
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when new changesets are ingested.
|
void |
setAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
void |
setAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
void |
setChangesetId(String changesetId)
A unique identifier of the changeset that you want to use to ingest data.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview was created in FinSpace.
|
void |
setDatabaseName(String databaseName)
The name of the database where you created the dataview.
|
void |
setDataviewName(String dataviewName)
A unique identifier for the dataview.
|
void |
setDescription(String description)
A description of the dataview.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview was updated in FinSpace.
|
void |
setReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
|
void |
setSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
void |
setStatus(String status)
The status of dataview creation.
|
void |
setStatusReason(String statusReason)
The error message when a failed state occurs.
|
String |
toString()
Returns a string representation of this object.
|
GetKxDataviewResult |
withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
GetKxDataviewResult |
withActiveVersions(KxDataviewActiveVersion... activeVersions)
The current active changeset versions of the database on the given dataview.
|
GetKxDataviewResult |
withAutoUpdate(Boolean autoUpdate)
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when new changesets are ingested.
|
GetKxDataviewResult |
withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
GetKxDataviewResult |
withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
GetKxDataviewResult |
withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
GetKxDataviewResult |
withChangesetId(String changesetId)
A unique identifier of the changeset that you want to use to ingest data.
|
GetKxDataviewResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview was created in FinSpace.
|
GetKxDataviewResult |
withDatabaseName(String databaseName)
The name of the database where you created the dataview.
|
GetKxDataviewResult |
withDataviewName(String dataviewName)
A unique identifier for the dataview.
|
GetKxDataviewResult |
withDescription(String description)
A description of the dataview.
|
GetKxDataviewResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
|
GetKxDataviewResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview was updated in FinSpace.
|
GetKxDataviewResult |
withReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
|
GetKxDataviewResult |
withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
GetKxDataviewResult |
withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
GetKxDataviewResult |
withStatus(KxDataviewStatus status)
The status of dataview creation.
|
GetKxDataviewResult |
withStatus(String status)
The status of dataview creation.
|
GetKxDataviewResult |
withStatusReason(String statusReason)
The error message when a failed state occurs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatabaseName(String databaseName)
The name of the database where you created the dataview.
databaseName
- The name of the database where you created the dataview.public String getDatabaseName()
The name of the database where you created the dataview.
public GetKxDataviewResult withDatabaseName(String databaseName)
The name of the database where you created the dataview.
databaseName
- The name of the database where you created the dataview.public void setDataviewName(String dataviewName)
A unique identifier for the dataview.
dataviewName
- A unique identifier for the dataview.public String getDataviewName()
A unique identifier for the dataview.
public GetKxDataviewResult withDataviewName(String dataviewName)
A unique identifier for the dataview.
dataviewName
- A unique identifier for the dataview.public void setAzMode(String azMode)
The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLE
for volumes. This places dataview in a single AZ.
azMode
- The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLE
for volumes. This places dataview in a single AZ.KxAzMode
public String getAzMode()
The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLE
for volumes. This places dataview in a single AZ.
SINGLE
for volumes. This places dataview in a single AZ.KxAzMode
public GetKxDataviewResult withAzMode(String azMode)
The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLE
for volumes. This places dataview in a single AZ.
azMode
- The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLE
for volumes. This places dataview in a single AZ.KxAzMode
public GetKxDataviewResult withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLE
for volumes. This places dataview in a single AZ.
azMode
- The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLE
for volumes. This places dataview in a single AZ.KxAzMode
public void setAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
availabilityZoneId
- The identifier of the availability zones.public String getAvailabilityZoneId()
The identifier of the availability zones.
public GetKxDataviewResult withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
availabilityZoneId
- The identifier of the availability zones.public void setChangesetId(String changesetId)
A unique identifier of the changeset that you want to use to ingest data.
changesetId
- A unique identifier of the changeset that you want to use to ingest data.public String getChangesetId()
A unique identifier of the changeset that you want to use to ingest data.
public GetKxDataviewResult withChangesetId(String changesetId)
A unique identifier of the changeset that you want to use to ingest data.
changesetId
- A unique identifier of the changeset that you want to use to ingest data.public List<KxDataviewSegmentConfiguration> getSegmentConfigurations()
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
public void setSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
segmentConfigurations
- The configuration that contains the database path of the data that you want to place on each selected
volume. Each segment must have a unique database path for each volume. If you do not explicitly specify
any database path for a volume, they are accessible from the cluster through the default S3/object store
segment.public GetKxDataviewResult withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
NOTE: This method appends the values to the existing list (if any). Use
setSegmentConfigurations(java.util.Collection)
or
withSegmentConfigurations(java.util.Collection)
if you want to override the existing values.
segmentConfigurations
- The configuration that contains the database path of the data that you want to place on each selected
volume. Each segment must have a unique database path for each volume. If you do not explicitly specify
any database path for a volume, they are accessible from the cluster through the default S3/object store
segment.public GetKxDataviewResult withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
segmentConfigurations
- The configuration that contains the database path of the data that you want to place on each selected
volume. Each segment must have a unique database path for each volume. If you do not explicitly specify
any database path for a volume, they are accessible from the cluster through the default S3/object store
segment.public List<KxDataviewActiveVersion> getActiveVersions()
The current active changeset versions of the database on the given dataview.
public void setActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
activeVersions
- The current active changeset versions of the database on the given dataview.public GetKxDataviewResult withActiveVersions(KxDataviewActiveVersion... activeVersions)
The current active changeset versions of the database on the given dataview.
NOTE: This method appends the values to the existing list (if any). Use
setActiveVersions(java.util.Collection)
or withActiveVersions(java.util.Collection)
if you want
to override the existing values.
activeVersions
- The current active changeset versions of the database on the given dataview.public GetKxDataviewResult withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
activeVersions
- The current active changeset versions of the database on the given dataview.public void setDescription(String description)
A description of the dataview.
description
- A description of the dataview.public String getDescription()
A description of the dataview.
public GetKxDataviewResult withDescription(String description)
A description of the dataview.
description
- A description of the dataview.public void setAutoUpdate(Boolean autoUpdate)
The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.
autoUpdate
- The option to specify whether you want to apply all the future additions and corrections automatically to
the dataview when new changesets are ingested. The default value is false.public Boolean getAutoUpdate()
The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.
public GetKxDataviewResult withAutoUpdate(Boolean autoUpdate)
The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.
autoUpdate
- The option to specify whether you want to apply all the future additions and corrections automatically to
the dataview when new changesets are ingested. The default value is false.public Boolean isAutoUpdate()
The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when new changesets are ingested. The default value is false.
public void setReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
readWrite
- Returns True if the dataview is created as writeable and False otherwise.public Boolean getReadWrite()
Returns True if the dataview is created as writeable and False otherwise.
public GetKxDataviewResult withReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
readWrite
- Returns True if the dataview is created as writeable and False otherwise.public Boolean isReadWrite()
Returns True if the dataview is created as writeable and False otherwise.
public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
environmentId
- A unique identifier for the kdb environment, from where you want to retrieve the dataview details.public String getEnvironmentId()
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
public GetKxDataviewResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
environmentId
- A unique identifier for the kdb environment, from where you want to retrieve the dataview details.public void setCreatedTimestamp(Date createdTimestamp)
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.
createdTimestamp
- 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 Date getCreatedTimestamp()
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 GetKxDataviewResult withCreatedTimestamp(Date createdTimestamp)
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.
createdTimestamp
- 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 void setLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview was updated 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.
lastModifiedTimestamp
- The last time that the dataview was updated 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 Date getLastModifiedTimestamp()
The last time that the dataview was updated 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 GetKxDataviewResult withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview was updated 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.
lastModifiedTimestamp
- The last time that the dataview was updated 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 void setStatus(String status)
The status of dataview creation.
CREATING
– The dataview creation is in progress.
UPDATING
– The dataview is in the process of being updated.
ACTIVE
– The dataview is active.
status
- The status of dataview creation.
CREATING
– The dataview creation is in progress.
UPDATING
– The dataview is in the process of being updated.
ACTIVE
– The dataview is active.
KxDataviewStatus
public String getStatus()
The status of dataview creation.
CREATING
– The dataview creation is in progress.
UPDATING
– The dataview is in the process of being updated.
ACTIVE
– The dataview is active.
CREATING
– The dataview creation is in progress.
UPDATING
– The dataview is in the process of being updated.
ACTIVE
– The dataview is active.
KxDataviewStatus
public GetKxDataviewResult withStatus(String status)
The status of dataview creation.
CREATING
– The dataview creation is in progress.
UPDATING
– The dataview is in the process of being updated.
ACTIVE
– The dataview is active.
status
- The status of dataview creation.
CREATING
– The dataview creation is in progress.
UPDATING
– The dataview is in the process of being updated.
ACTIVE
– The dataview is active.
KxDataviewStatus
public GetKxDataviewResult withStatus(KxDataviewStatus status)
The status of dataview creation.
CREATING
– The dataview creation is in progress.
UPDATING
– The dataview is in the process of being updated.
ACTIVE
– The dataview is active.
status
- The status of dataview creation.
CREATING
– The dataview creation is in progress.
UPDATING
– The dataview is in the process of being updated.
ACTIVE
– The dataview is active.
KxDataviewStatus
public void setStatusReason(String statusReason)
The error message when a failed state occurs.
statusReason
- The error message when a failed state occurs.public String getStatusReason()
The error message when a failed state occurs.
public GetKxDataviewResult withStatusReason(String statusReason)
The error message when a failed state occurs.
statusReason
- The error message when a failed state occurs.public String toString()
toString
in class Object
Object.toString()
public GetKxDataviewResult clone()