public static interface GetKxChangesetResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetKxChangesetResponse.Builder,GetKxChangesetResponse>
| Modifier and Type | Method and Description |
|---|---|
GetKxChangesetResponse.Builder |
activeFromTimestamp(Instant activeFromTimestamp)
Beginning time from which the changeset is active.
|
GetKxChangesetResponse.Builder |
changeRequests(ChangeRequest... changeRequests)
A list of change request objects that are run in order.
|
GetKxChangesetResponse.Builder |
changeRequests(Collection<ChangeRequest> changeRequests)
A list of change request objects that are run in order.
|
GetKxChangesetResponse.Builder |
changeRequests(Consumer<ChangeRequest.Builder>... changeRequests)
A list of change request objects that are run in order.
|
GetKxChangesetResponse.Builder |
changesetId(String changesetId)
A unique identifier for the changeset.
|
GetKxChangesetResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
GetKxChangesetResponse.Builder |
databaseName(String databaseName)
The name of the kdb database.
|
GetKxChangesetResponse.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment.
|
default GetKxChangesetResponse.Builder |
errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
|
GetKxChangesetResponse.Builder |
errorInfo(ErrorInfo errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
|
GetKxChangesetResponse.Builder |
lastModifiedTimestamp(Instant lastModifiedTimestamp)
The timestamp at which the changeset was updated in FinSpace.
|
GetKxChangesetResponse.Builder |
status(ChangesetStatus status)
Status of the changeset creation process.
|
GetKxChangesetResponse.Builder |
status(String status)
Status of the changeset creation process.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetKxChangesetResponse.Builder changesetId(String changesetId)
A unique identifier for the changeset.
changesetId - A unique identifier for the changeset.GetKxChangesetResponse.Builder databaseName(String databaseName)
The name of the kdb database.
databaseName - The name of the kdb database.GetKxChangesetResponse.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.GetKxChangesetResponse.Builder changeRequests(Collection<ChangeRequest> changeRequests)
A list of change request objects that are run in order.
changeRequests - A list of change request objects that are run in order.GetKxChangesetResponse.Builder changeRequests(ChangeRequest... changeRequests)
A list of change request objects that are run in order.
changeRequests - A list of change request objects that are run in order.GetKxChangesetResponse.Builder changeRequests(Consumer<ChangeRequest.Builder>... changeRequests)
A list of change request objects that are run in order.
This is a convenience method that creates an instance of theChangeRequest.Builder avoiding the need to create one
manually via ChangeRequest.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #changeRequests(List.
changeRequests - a consumer that will call methods on
ChangeRequest.Builder#changeRequests(java.util.Collection) GetKxChangesetResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp at which the changeset 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 changeset 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.GetKxChangesetResponse.Builder activeFromTimestamp(Instant activeFromTimestamp)
Beginning time from which the changeset is active. 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.
activeFromTimestamp - Beginning time from which the changeset is active. 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.GetKxChangesetResponse.Builder lastModifiedTimestamp(Instant lastModifiedTimestamp)
The timestamp at which the changeset 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 timestamp at which the changeset 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.GetKxChangesetResponse.Builder status(String status)
Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
status - Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus,
ChangesetStatusGetKxChangesetResponse.Builder status(ChangesetStatus status)
Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
status - Status of the changeset creation process.
Pending – Changeset creation is pending.
Processing – Changeset creation is running.
Failed – Changeset creation has failed.
Complete – Changeset creation has succeeded.
ChangesetStatus,
ChangesetStatusGetKxChangesetResponse.Builder errorInfo(ErrorInfo errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
errorInfo - Provides details in the event of a failed flow, including the error type and the related error
message.default GetKxChangesetResponse.Builder errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Provides details in the event of a failed flow, including the error type and the related error message.
This is a convenience method that creates an instance of theErrorInfo.Builder avoiding the need to
create one manually via ErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to errorInfo(ErrorInfo).
errorInfo - a consumer that will call methods on ErrorInfo.BuildererrorInfo(ErrorInfo)Copyright © 2023. All rights reserved.