Interface CreateKxChangesetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateKxChangesetResponse.Builder,CreateKxChangesetResponse>,FinspaceResponse.Builder,SdkBuilder<CreateKxChangesetResponse.Builder,CreateKxChangesetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateKxChangesetResponse
public static interface CreateKxChangesetResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<CreateKxChangesetResponse.Builder,CreateKxChangesetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateKxChangesetResponse.BuilderchangeRequests(Collection<ChangeRequest> changeRequests)A list of change requests.CreateKxChangesetResponse.BuilderchangeRequests(Consumer<ChangeRequest.Builder>... changeRequests)A list of change requests.CreateKxChangesetResponse.BuilderchangeRequests(ChangeRequest... changeRequests)A list of change requests.CreateKxChangesetResponse.BuilderchangesetId(String changesetId)A unique identifier for the changeset.CreateKxChangesetResponse.BuildercreatedTimestamp(Instant createdTimestamp)The timestamp at which the changeset was created in FinSpace.CreateKxChangesetResponse.BuilderdatabaseName(String databaseName)The name of the kdb database.CreateKxChangesetResponse.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment.default CreateKxChangesetResponse.BuildererrorInfo(Consumer<ErrorInfo.Builder> errorInfo)The details of the error that you receive when creating a changeset.CreateKxChangesetResponse.BuildererrorInfo(ErrorInfo errorInfo)The details of the error that you receive when creating a changeset.CreateKxChangesetResponse.BuilderlastModifiedTimestamp(Instant lastModifiedTimestamp)The timestamp at which the changeset was updated in FinSpace.CreateKxChangesetResponse.Builderstatus(String status)Status of the changeset creation process.CreateKxChangesetResponse.Builderstatus(ChangesetStatus status)Status of the changeset creation process.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
changesetId
CreateKxChangesetResponse.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.
-
databaseName
CreateKxChangesetResponse.Builder databaseName(String databaseName)
The name of the kdb database.
- Parameters:
databaseName- The name of the kdb database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
CreateKxChangesetResponse.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.
-
changeRequests
CreateKxChangesetResponse.Builder changeRequests(Collection<ChangeRequest> changeRequests)
A list of change requests.
- Parameters:
changeRequests- A list of change requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeRequests
CreateKxChangesetResponse.Builder changeRequests(ChangeRequest... changeRequests)
A list of change requests.
- Parameters:
changeRequests- A list of change requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeRequests
CreateKxChangesetResponse.Builder changeRequests(Consumer<ChangeRequest.Builder>... changeRequests)
A list of change requests.
This is a convenience method that creates an instance of theChangeRequest.Builderavoiding the need to create one manually viaChangeRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#changeRequests(List.) - Parameters:
changeRequests- a consumer that will call methods onChangeRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#changeRequests(java.util.Collection)
-
createdTimestamp
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimestamp
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangesetStatus,ChangesetStatus
-
-
status
CreateKxChangesetResponse.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangesetStatus,ChangesetStatus
-
-
errorInfo
CreateKxChangesetResponse.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.
- Parameters:
errorInfo- The details of the error that you receive when creating a changeset. It consists of the type of error and the error message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorInfo
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.Builderavoiding the need to create one manually viaErrorInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorInfo(ErrorInfo).- Parameters:
errorInfo- a consumer that will call methods onErrorInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorInfo(ErrorInfo)
-
-