Interface KxDataviewListEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KxDataviewListEntry.Builder,KxDataviewListEntry>,SdkBuilder<KxDataviewListEntry.Builder,KxDataviewListEntry>,SdkPojo
- Enclosing class:
- KxDataviewListEntry
public static interface KxDataviewListEntry.Builder extends SdkPojo, CopyableBuilder<KxDataviewListEntry.Builder,KxDataviewListEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KxDataviewListEntry.BuilderactiveVersions(Collection<KxDataviewActiveVersion> activeVersions)The active changeset versions for the given dataview entry.KxDataviewListEntry.BuilderactiveVersions(Consumer<KxDataviewActiveVersion.Builder>... activeVersions)The active changeset versions for the given dataview entry.KxDataviewListEntry.BuilderactiveVersions(KxDataviewActiveVersion... activeVersions)The active changeset versions for the given dataview entry.KxDataviewListEntry.BuilderautoUpdate(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.BuilderavailabilityZoneId(String availabilityZoneId)The identifier of the availability zones.KxDataviewListEntry.BuilderazMode(String azMode)The number of availability zones you want to assign per cluster.KxDataviewListEntry.BuilderazMode(KxAzMode azMode)The number of availability zones you want to assign per cluster.KxDataviewListEntry.BuilderchangesetId(String changesetId)A unique identifier for the changeset.KxDataviewListEntry.BuildercreatedTimestamp(Instant createdTimestamp)The timestamp at which the dataview list entry was created in FinSpace.KxDataviewListEntry.BuilderdatabaseName(String databaseName)A unique identifier of the database.KxDataviewListEntry.BuilderdataviewName(String dataviewName)A unique identifier of the dataview.KxDataviewListEntry.Builderdescription(String description)A description for the dataview list entry.KxDataviewListEntry.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment.KxDataviewListEntry.BuilderlastModifiedTimestamp(Instant lastModifiedTimestamp)The last time that the dataview list was updated in FinSpace.KxDataviewListEntry.BuildersegmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.KxDataviewListEntry.BuildersegmentConfigurations(Consumer<KxDataviewSegmentConfiguration.Builder>... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.KxDataviewListEntry.BuildersegmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.KxDataviewListEntry.Builderstatus(String status)The status of a given dataview entry.KxDataviewListEntry.Builderstatus(KxDataviewStatus status)The status of a given dataview entry.KxDataviewListEntry.BuilderstatusReason(String statusReason)The error message when a failed state occurs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
environmentId
KxDataviewListEntry.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
- Parameters:
environmentId- A unique identifier for the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
KxDataviewListEntry.Builder databaseName(String databaseName)
A unique identifier of the database.
- Parameters:
databaseName- A unique identifier of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataviewName
KxDataviewListEntry.Builder dataviewName(String dataviewName)
A unique identifier of the dataview.
- Parameters:
dataviewName- A unique identifier of the dataview.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
azMode
KxDataviewListEntry.Builder azMode(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxAzMode,KxAzMode
-
-
azMode
KxDataviewListEntry.Builder azMode(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxAzMode,KxAzMode
-
-
availabilityZoneId
KxDataviewListEntry.Builder availabilityZoneId(String availabilityZoneId)
The identifier of the availability zones.
- Parameters:
availabilityZoneId- The identifier of the availability zones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changesetId
KxDataviewListEntry.Builder changesetId(String changesetId)
A unique identifier for the changeset.
- Parameters:
changesetId- A unique identifier for the changeset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentConfigurations
KxDataviewListEntry.Builder segmentConfigurations(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentConfigurations
KxDataviewListEntry.Builder segmentConfigurations(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentConfigurations
KxDataviewListEntry.Builder segmentConfigurations(Consumer<KxDataviewSegmentConfiguration.Builder>... 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.
This is a convenience method that creates an instance of theKxDataviewSegmentConfiguration.Builderavoiding the need to create one manually viaKxDataviewSegmentConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#segmentConfigurations(List.) - Parameters:
segmentConfigurations- a consumer that will call methods onKxDataviewSegmentConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#segmentConfigurations(java.util.Collection)
-
activeVersions
KxDataviewListEntry.Builder activeVersions(Collection<KxDataviewActiveVersion> activeVersions)
The active changeset versions for the given dataview entry.
- Parameters:
activeVersions- The active changeset versions for the given dataview entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeVersions
KxDataviewListEntry.Builder activeVersions(KxDataviewActiveVersion... activeVersions)
The active changeset versions for the given dataview entry.
- Parameters:
activeVersions- The active changeset versions for the given dataview entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeVersions
KxDataviewListEntry.Builder activeVersions(Consumer<KxDataviewActiveVersion.Builder>... activeVersions)
The active changeset versions for the given dataview entry.
This is a convenience method that creates an instance of theKxDataviewActiveVersion.Builderavoiding the need to create one manually viaKxDataviewActiveVersion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#activeVersions(List.) - Parameters:
activeVersions- a consumer that will call methods onKxDataviewActiveVersion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#activeVersions(java.util.Collection)
-
status
KxDataviewListEntry.Builder status(String status)
The status of a given dataview entry.
- Parameters:
status- The status of a given dataview entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxDataviewStatus,KxDataviewStatus
-
status
KxDataviewListEntry.Builder status(KxDataviewStatus status)
The status of a given dataview entry.
- Parameters:
status- The status of a given dataview entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxDataviewStatus,KxDataviewStatus
-
description
KxDataviewListEntry.Builder description(String description)
A description for the dataview list entry.
- Parameters:
description- A description for the dataview list entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoUpdate
KxDataviewListEntry.Builder autoUpdate(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
KxDataviewListEntry.Builder createdTimestamp(Instant 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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimestamp
KxDataviewListEntry.Builder lastModifiedTimestamp(Instant 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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReason
KxDataviewListEntry.Builder statusReason(String statusReason)
The error message when a failed state occurs.
- Parameters:
statusReason- The error message when a failed state occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-