@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKxDataviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateKxDataviewResult() |
Modifier and Type | Method and Description |
---|---|
CreateKxDataviewResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoUpdate()
The option to select 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 was created in FinSpace.
|
String |
getDatabaseName()
The name of the database where you want to create a 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, where you want to create 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 select 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 |
setAutoUpdate(Boolean autoUpdate)
The option to select 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 was created in FinSpace.
|
void |
setDatabaseName(String databaseName)
The name of the database where you want to create a 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, where you want to create 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.
|
CreateKxDataviewResult |
withAutoUpdate(Boolean autoUpdate)
The option to select whether you want to apply all the future additions and corrections automatically to the
dataview when you ingest new changesets.
|
CreateKxDataviewResult |
withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
CreateKxDataviewResult |
withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per volume.
|
CreateKxDataviewResult |
withAzMode(String azMode)
The number of availability zones you want to assign per volume.
|
CreateKxDataviewResult |
withChangesetId(String changesetId)
A unique identifier for the changeset.
|
CreateKxDataviewResult |
withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the dataview was created in FinSpace.
|
CreateKxDataviewResult |
withDatabaseName(String databaseName)
The name of the database where you want to create a dataview.
|
CreateKxDataviewResult |
withDataviewName(String dataviewName)
A unique identifier for the dataview.
|
CreateKxDataviewResult |
withDescription(String description)
A description of the dataview.
|
CreateKxDataviewResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to create the dataview.
|
CreateKxDataviewResult |
withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the dataview was updated in FinSpace.
|
CreateKxDataviewResult |
withReadWrite(Boolean readWrite)
Returns True if the dataview is created as writeable and False otherwise.
|
CreateKxDataviewResult |
withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
CreateKxDataviewResult |
withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
CreateKxDataviewResult |
withStatus(KxDataviewStatus status)
The status of dataview creation.
|
CreateKxDataviewResult |
withStatus(String status)
The status of dataview creation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateKxDataviewResult withDataviewName(String dataviewName)
A unique identifier for the dataview.
dataviewName
- A unique identifier for the dataview.public void setDatabaseName(String databaseName)
The name of the database where you want to create a dataview.
databaseName
- The name of the database where you want to create a dataview.public String getDatabaseName()
The name of the database where you want to create a dataview.
public CreateKxDataviewResult withDatabaseName(String databaseName)
The name of the database where you want to create a dataview.
databaseName
- The name of the database where you want to create a dataview.public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to create the dataview.
environmentId
- A unique identifier for the kdb environment, where you want to create the dataview.public String getEnvironmentId()
A unique identifier for the kdb environment, where you want to create the dataview.
public CreateKxDataviewResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to create the dataview.
environmentId
- A unique identifier for the kdb environment, where you want to create 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 CreateKxDataviewResult 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 CreateKxDataviewResult 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 CreateKxDataviewResult 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 CreateKxDataviewResult 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 CreateKxDataviewResult 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 CreateKxDataviewResult 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 void setDescription(String description)
A description of the dataview.
description
- A description of the dataview.public String getDescription()
A description of the dataview.
public CreateKxDataviewResult withDescription(String description)
A description of the dataview.
description
- A description of the dataview.public void setAutoUpdate(Boolean autoUpdate)
The option to select 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 select 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 select 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 CreateKxDataviewResult withAutoUpdate(Boolean autoUpdate)
The option to select 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 select 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 select 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 CreateKxDataviewResult 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 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 CreateKxDataviewResult 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 CreateKxDataviewResult 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 CreateKxDataviewResult 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 CreateKxDataviewResult 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 String toString()
toString
in class Object
Object.toString()
public CreateKxDataviewResult clone()