@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxDataviewListEntry extends Object implements Serializable, Cloneable, StructuredPojo
A collection of kdb dataview entries.
Constructor and Description |
---|
KxDataviewListEntry() |
Modifier and Type | Method and Description |
---|---|
KxDataviewListEntry |
clone() |
boolean |
equals(Object obj) |
List<KxDataviewActiveVersion> |
getActiveVersions()
The active changeset versions for the given dataview entry.
|
Boolean |
getAutoUpdate()
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when you ingest new changesets.
|
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 for the changeset.
|
Date |
getCreatedTimestamp()
The timestamp at which the dataview list entry was created in FinSpace.
|
String |
getDatabaseName()
A unique identifier of the database.
|
String |
getDataviewName()
A unique identifier of the dataview.
|
String |
getDescription()
A description for the dataview list entry.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
Date |
getLastModifiedTimestamp()
The last time that the dataview list 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 a given dataview entry.
|
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 you ingest new changesets.
|
Boolean |
isReadWrite()
Returns True if the dataview is created as writeable and False otherwise.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The active changeset versions for the given dataview entry.
|
void |
setAutoUpdate(Boolean autoUpdate)
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when you ingest new changesets.
|
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 for the changeset.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview list entry was created in FinSpace.
|
void |
setDatabaseName(String databaseName)
A unique identifier of the database.
|
void |
setDataviewName(String dataviewName)
A unique identifier of the dataview.
|
void |
setDescription(String description)
A description for the dataview list entry.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview list 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 a given dataview entry.
|
void |
setStatusReason(String statusReason)
The error message when a failed state occurs.
|
String |
toString()
Returns a string representation of this object.
|
KxDataviewListEntry |
withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The active changeset versions for the given dataview entry.
|
KxDataviewListEntry |
withActiveVersions(KxDataviewActiveVersion... activeVersions)
The active changeset versions for the given dataview entry.
|
KxDataviewListEntry |
withAutoUpdate(Boolean autoUpdate)
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when you ingest new changesets.
|
KxDataviewListEntry |
withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
KxDataviewListEntry |
withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
KxDataviewListEntry |
withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
KxDataviewListEntry |
withChangesetId(String changesetId)
A unique identifier for the changeset.
|
KxDataviewListEntry |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview list entry was created in FinSpace.
|
KxDataviewListEntry |
withDatabaseName(String databaseName)
A unique identifier of the database.
|
KxDataviewListEntry |
withDataviewName(String dataviewName)
A unique identifier of the dataview.
|
KxDataviewListEntry |
withDescription(String description)
A description for the dataview list entry.
|
KxDataviewListEntry |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
KxDataviewListEntry |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview list was updated in FinSpace.
|
KxDataviewListEntry |
withReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
|
KxDataviewListEntry |
withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
KxDataviewListEntry |
withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
KxDataviewListEntry |
withStatus(KxDataviewStatus status)
The status of a given dataview entry.
|
KxDataviewListEntry |
withStatus(String status)
The status of a given dataview entry.
|
KxDataviewListEntry |
withStatusReason(String statusReason)
The error message when a failed state occurs.
|
public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public KxDataviewListEntry withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setDatabaseName(String databaseName)
A unique identifier of the database.
databaseName
- A unique identifier of the database.public String getDatabaseName()
A unique identifier of the database.
public KxDataviewListEntry withDatabaseName(String databaseName)
A unique identifier of the database.
databaseName
- A unique identifier of the database.public void setDataviewName(String dataviewName)
A unique identifier of the dataview.
dataviewName
- A unique identifier of the dataview.public String getDataviewName()
A unique identifier of the dataview.
public KxDataviewListEntry withDataviewName(String dataviewName)
A unique identifier of the dataview.
dataviewName
- A unique identifier of 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 KxDataviewListEntry 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 KxDataviewListEntry 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 KxDataviewListEntry withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
availabilityZoneId
- The identifier of the availability zones.public void setChangesetId(String changesetId)
A unique identifier for the changeset.
changesetId
- A unique identifier for the changeset.public String getChangesetId()
A unique identifier for the changeset.
public KxDataviewListEntry withChangesetId(String changesetId)
A unique identifier for the changeset.
changesetId
- A unique identifier for the changeset.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 KxDataviewListEntry 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 KxDataviewListEntry 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 active changeset versions for the given dataview entry.
public void setActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The active changeset versions for the given dataview entry.
activeVersions
- The active changeset versions for the given dataview entry.public KxDataviewListEntry withActiveVersions(KxDataviewActiveVersion... activeVersions)
The active changeset versions for the given dataview entry.
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 active changeset versions for the given dataview entry.public KxDataviewListEntry withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The active changeset versions for the given dataview entry.
activeVersions
- The active changeset versions for the given dataview entry.public void setStatus(String status)
The status of a given dataview entry.
status
- The status of a given dataview entry.KxDataviewStatus
public String getStatus()
The status of a given dataview entry.
KxDataviewStatus
public KxDataviewListEntry withStatus(String status)
The status of a given dataview entry.
status
- The status of a given dataview entry.KxDataviewStatus
public KxDataviewListEntry withStatus(KxDataviewStatus status)
The status of a given dataview entry.
status
- The status of a given dataview entry.KxDataviewStatus
public void setDescription(String description)
A description for the dataview list entry.
description
- A description for the dataview list entry.public String getDescription()
A description for the dataview list entry.
public KxDataviewListEntry withDescription(String description)
A description for the dataview list entry.
description
- A description for the dataview list entry.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 you ingest new changesets. 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 you ingest new changesets. 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 you ingest new changesets. The default value is false.
public KxDataviewListEntry withAutoUpdate(Boolean autoUpdate)
The option to specify whether you want to apply all the future additions and corrections automatically to the dataview when you ingest new changesets. 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 you ingest new changesets. 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 you ingest new changesets. 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 KxDataviewListEntry 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 setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview list entry 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 list entry 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 list entry 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 KxDataviewListEntry withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview list entry 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 list entry 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 list 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 list 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 list 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 KxDataviewListEntry withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview list 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 list 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 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 KxDataviewListEntry 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 KxDataviewListEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.