@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKxDataviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateKxDataviewResult() |
Modifier and Type | Method and Description |
---|---|
UpdateKxDataviewResult |
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 for the changeset.
|
Date |
getCreatedTimestamp()
The timestamp at which the dataview was created in FinSpace.
|
String |
getDatabaseName()
The name of the database.
|
String |
getDataviewName()
The name of the database under which the dataview was created.
|
String |
getDescription()
A description of the dataview.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment, where you want to update the dataview.
|
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.
|
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 for the changeset.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview was created in FinSpace.
|
void |
setDatabaseName(String databaseName)
The name of the database.
|
void |
setDataviewName(String dataviewName)
The name of the database under which the dataview was created.
|
void |
setDescription(String description)
A description of the dataview.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to update the dataview.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKxDataviewResult |
withActiveVersions(Collection<KxDataviewActiveVersion> activeVersions)
The current active changeset versions of the database on the given dataview.
|
UpdateKxDataviewResult |
withActiveVersions(KxDataviewActiveVersion... activeVersions)
The current active changeset versions of the database on the given dataview.
|
UpdateKxDataviewResult |
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.
|
UpdateKxDataviewResult |
withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
UpdateKxDataviewResult |
withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
UpdateKxDataviewResult |
withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
UpdateKxDataviewResult |
withChangesetId(String changesetId)
A unique identifier for the changeset.
|
UpdateKxDataviewResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview was created in FinSpace.
|
UpdateKxDataviewResult |
withDatabaseName(String databaseName)
The name of the database.
|
UpdateKxDataviewResult |
withDataviewName(String dataviewName)
The name of the database under which the dataview was created.
|
UpdateKxDataviewResult |
withDescription(String description)
A description of the dataview.
|
UpdateKxDataviewResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to update the dataview.
|
UpdateKxDataviewResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview was updated in FinSpace.
|
UpdateKxDataviewResult |
withReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
|
UpdateKxDataviewResult |
withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
UpdateKxDataviewResult |
withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
UpdateKxDataviewResult |
withStatus(KxDataviewStatus status)
The status of dataview creation.
|
UpdateKxDataviewResult |
withStatus(String status)
The status of dataview creation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to update the dataview.
environmentId
- A unique identifier for the kdb environment, where you want to update the dataview.public String getEnvironmentId()
A unique identifier for the kdb environment, where you want to update the dataview.
public UpdateKxDataviewResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to update the dataview.
environmentId
- A unique identifier for the kdb environment, where you want to update the dataview.public void setDatabaseName(String databaseName)
The name of the database.
databaseName
- The name of the database.public String getDatabaseName()
The name of the database.
public UpdateKxDataviewResult withDatabaseName(String databaseName)
The name of the database.
databaseName
- The name of the database.public void setDataviewName(String dataviewName)
The name of the database under which the dataview was created.
dataviewName
- The name of the database under which the dataview was created.public String getDataviewName()
The name of the database under which the dataview was created.
public UpdateKxDataviewResult withDataviewName(String dataviewName)
The name of the database under which the dataview was created.
dataviewName
- The name of the database under which the dataview was created.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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 setDescription(String description)
A description of the dataview.
description
- A description of the dataview.public String getDescription()
A description of the dataview.
public UpdateKxDataviewResult withDescription(String description)
A description of the dataview.
description
- A description of the dataview.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 UpdateKxDataviewResult 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 UpdateKxDataviewResult 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 String toString()
toString
in class Object
Object.toString()
public UpdateKxDataviewResult clone()