@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKxDataviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateKxDataviewRequest() |
Modifier and Type | Method and Description |
---|---|
CreateKxDataviewRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateKxDataviewRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateKxDataviewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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 cluster.
|
String |
getChangesetId()
A unique identifier of the changeset that you want to use to ingest data.
|
String |
getClientToken()
A token that ensures idempotency.
|
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.
|
List<KxDataviewSegmentConfiguration> |
getSegmentConfigurations()
The configuration that contains the database path of the data that you want to place on each selected volume.
|
Map<String,String> |
getTags()
A list of key-value pairs to label the dataview.
|
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.
|
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 cluster.
|
void |
setChangesetId(String changesetId)
A unique identifier of the changeset that you want to use to ingest data.
|
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
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 |
setSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
void |
setTags(Map<String,String> tags)
A list of key-value pairs to label the dataview.
|
String |
toString()
Returns a string representation of this object.
|
CreateKxDataviewRequest |
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.
|
CreateKxDataviewRequest |
withAvailabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
|
CreateKxDataviewRequest |
withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per cluster.
|
CreateKxDataviewRequest |
withAzMode(String azMode)
The number of availability zones you want to assign per cluster.
|
CreateKxDataviewRequest |
withChangesetId(String changesetId)
A unique identifier of the changeset that you want to use to ingest data.
|
CreateKxDataviewRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
CreateKxDataviewRequest |
withDatabaseName(String databaseName)
The name of the database where you want to create a dataview.
|
CreateKxDataviewRequest |
withDataviewName(String dataviewName)
A unique identifier for the dataview.
|
CreateKxDataviewRequest |
withDescription(String description)
A description of the dataview.
|
CreateKxDataviewRequest |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment, where you want to create the dataview.
|
CreateKxDataviewRequest |
withSegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
CreateKxDataviewRequest |
withSegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)
The configuration that contains the database path of the data that you want to place on each selected volume.
|
CreateKxDataviewRequest |
withTags(Map<String,String> tags)
A list of key-value pairs to label the dataview.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 CreateKxDataviewRequest 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 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 CreateKxDataviewRequest 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 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 CreateKxDataviewRequest 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 cluster. This can be one of the following
SINGLE
– Assigns one availability zone per cluster.
MULTI
– Assigns all the availability zones per cluster.
azMode
- The number of availability zones you want to assign per cluster. This can be one of the following
SINGLE
– Assigns one availability zone per cluster.
MULTI
– Assigns all the availability zones per cluster.
KxAzMode
public String getAzMode()
The number of availability zones you want to assign per cluster. This can be one of the following
SINGLE
– Assigns one availability zone per cluster.
MULTI
– Assigns all the availability zones per cluster.
SINGLE
– Assigns one availability zone per cluster.
MULTI
– Assigns all the availability zones per cluster.
KxAzMode
public CreateKxDataviewRequest withAzMode(String azMode)
The number of availability zones you want to assign per cluster. This can be one of the following
SINGLE
– Assigns one availability zone per cluster.
MULTI
– Assigns all the availability zones per cluster.
azMode
- The number of availability zones you want to assign per cluster. This can be one of the following
SINGLE
– Assigns one availability zone per cluster.
MULTI
– Assigns all the availability zones per cluster.
KxAzMode
public CreateKxDataviewRequest withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per cluster. This can be one of the following
SINGLE
– Assigns one availability zone per cluster.
MULTI
– Assigns all the availability zones per cluster.
azMode
- The number of availability zones you want to assign per cluster. This can be one of the following
SINGLE
– Assigns one availability zone per cluster.
MULTI
– Assigns all the availability zones per cluster.
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 CreateKxDataviewRequest 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 CreateKxDataviewRequest 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 CreateKxDataviewRequest 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 CreateKxDataviewRequest 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 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 CreateKxDataviewRequest 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 setDescription(String description)
A description of the dataview.
description
- A description of the dataview.public String getDescription()
A description of the dataview.
public CreateKxDataviewRequest withDescription(String description)
A description of the dataview.
description
- A description of the dataview.public Map<String,String> getTags()
A list of key-value pairs to label the dataview. You can add up to 50 tags to a dataview.
public void setTags(Map<String,String> tags)
A list of key-value pairs to label the dataview. You can add up to 50 tags to a dataview.
tags
- A list of key-value pairs to label the dataview. You can add up to 50 tags to a dataview.public CreateKxDataviewRequest withTags(Map<String,String> tags)
A list of key-value pairs to label the dataview. You can add up to 50 tags to a dataview.
tags
- A list of key-value pairs to label the dataview. You can add up to 50 tags to a dataview.public CreateKxDataviewRequest addTagsEntry(String key, String value)
public CreateKxDataviewRequest clearTagsEntries()
public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public CreateKxDataviewRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String toString()
toString
in class Object
Object.toString()
public CreateKxDataviewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()