public static interface CreateKxChangesetResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<CreateKxChangesetResponse.Builder,CreateKxChangesetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateKxChangesetResponse.Builder |
changeRequests(ChangeRequest... changeRequests)
A list of change requests.
|
CreateKxChangesetResponse.Builder |
changeRequests(Collection<ChangeRequest> changeRequests)
A list of change requests.
|
CreateKxChangesetResponse.Builder |
changeRequests(Consumer<ChangeRequest.Builder>... changeRequests)
A list of change requests.
|
CreateKxChangesetResponse.Builder |
changesetId(String changesetId)
A unique identifier for the changeset.
|
CreateKxChangesetResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp at which the changeset was created in FinSpace.
|
CreateKxChangesetResponse.Builder |
databaseName(String databaseName)
The name of the kdb database.
|
CreateKxChangesetResponse.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment.
|
default CreateKxChangesetResponse.Builder |
errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
The details of the error that you receive when creating a changeset.
|
CreateKxChangesetResponse.Builder |
errorInfo(ErrorInfo errorInfo)
The details of the error that you receive when creating a changeset.
|
CreateKxChangesetResponse.Builder |
lastModifiedTimestamp(Instant lastModifiedTimestamp)
The timestamp at which the changeset was updated in FinSpace.
|
CreateKxChangesetResponse.Builder |
status(ChangesetStatus status)
Status of the changeset creation process.
|
CreateKxChangesetResponse.Builder |
status(String status)
Status of the changeset creation process.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateKxChangesetResponse.Builder changesetId(String changesetId)
A unique identifier for the changeset.
changesetId - A unique identifier for the changeset.CreateKxChangesetResponse.Builder databaseName(String databaseName)
The name of the kdb database.
databaseName - The name of the kdb database.CreateKxChangesetResponse.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.CreateKxChangesetResponse.Builder changeRequests(Collection<ChangeRequest> changeRequests)
A list of change requests.
changeRequests - A list of change requests.CreateKxChangesetResponse.Builder changeRequests(ChangeRequest... changeRequests)
A list of change requests.
changeRequests - A list of change requests.CreateKxChangesetResponse.Builder changeRequests(Consumer<ChangeRequest.Builder>... changeRequests)
A list of change requests.
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) CreateKxChangesetResponse.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.CreateKxChangesetResponse.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.CreateKxChangesetResponse.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,
ChangesetStatusCreateKxChangesetResponse.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,
ChangesetStatusCreateKxChangesetResponse.Builder errorInfo(ErrorInfo errorInfo)
The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.
errorInfo - The details of the error that you receive when creating a changeset. It consists of the type of error
and the error message.default CreateKxChangesetResponse.Builder errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
The details of the error that you receive when creating a changeset. It consists of the type of error and the 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.