Interface ChangesetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChangesetSummary.Builder,ChangesetSummary>,SdkBuilder<ChangesetSummary.Builder,ChangesetSummary>,SdkPojo
- Enclosing class:
- ChangesetSummary
public static interface ChangesetSummary.Builder extends SdkPojo, CopyableBuilder<ChangesetSummary.Builder,ChangesetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ChangesetSummary.BuilderactiveFromTimestamp(Long activeFromTimestamp)Beginning time from which the Changeset is active.ChangesetSummary.BuilderactiveUntilTimestamp(Long activeUntilTimestamp)Time until which the Changeset is active.ChangesetSummary.BuilderchangesetArn(String changesetArn)The ARN identifier of the Changeset.ChangesetSummary.BuilderchangesetId(String changesetId)The unique identifier for a Changeset.ChangesetSummary.BuilderchangeType(String changeType)Type that indicates how a Changeset is applied to a Dataset.ChangesetSummary.BuilderchangeType(ChangeType changeType)Type that indicates how a Changeset is applied to a Dataset.ChangesetSummary.BuildercreateTime(Long createTime)The timestamp at which the Changeset was created in FinSpace.ChangesetSummary.BuilderdatasetId(String datasetId)The unique identifier for the FinSpace Dataset in which the Changeset is created.default ChangesetSummary.BuildererrorInfo(Consumer<ChangesetErrorInfo.Builder> errorInfo)The structure with error messages.ChangesetSummary.BuildererrorInfo(ChangesetErrorInfo errorInfo)The structure with error messages.ChangesetSummary.BuilderformatParams(Map<String,String> formatParams)Options that define the structure of the source file(s).ChangesetSummary.BuildersourceParams(Map<String,String> sourceParams)Options that define the location of the data being ingested.ChangesetSummary.Builderstatus(String status)Status of the Changeset ingestion.ChangesetSummary.Builderstatus(IngestionStatus status)Status of the Changeset ingestion.ChangesetSummary.BuilderupdatedByChangesetId(String updatedByChangesetId)The unique identifier of the updated Changeset.ChangesetSummary.BuilderupdatesChangesetId(String updatesChangesetId)The unique identifier of the Changeset that is updated.-
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
-
changesetId
ChangesetSummary.Builder changesetId(String changesetId)
The unique identifier for a Changeset.
- Parameters:
changesetId- The unique identifier for a Changeset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changesetArn
ChangesetSummary.Builder changesetArn(String changesetArn)
The ARN identifier of the Changeset.
- Parameters:
changesetArn- The ARN identifier of the Changeset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetId
ChangesetSummary.Builder datasetId(String datasetId)
The unique identifier for the FinSpace Dataset in which the Changeset is created.
- Parameters:
datasetId- The unique identifier for the FinSpace Dataset in which the Changeset is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeType
ChangesetSummary.Builder changeType(String changeType)
Type that indicates how a Changeset is applied to a Dataset.
-
REPLACE– Changeset is considered as a replacement to all prior loaded Changesets. -
APPEND– Changeset is considered as an addition to the end of all prior loaded Changesets. -
MODIFY– Changeset is considered as a replacement to a specific prior ingested Changeset.
- Parameters:
changeType- Type that indicates how a Changeset is applied to a Dataset.-
REPLACE– Changeset is considered as a replacement to all prior loaded Changesets. -
APPEND– Changeset is considered as an addition to the end of all prior loaded Changesets. -
MODIFY– Changeset is considered as a replacement to a specific prior ingested Changeset.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeType,ChangeType
-
-
changeType
ChangesetSummary.Builder changeType(ChangeType changeType)
Type that indicates how a Changeset is applied to a Dataset.
-
REPLACE– Changeset is considered as a replacement to all prior loaded Changesets. -
APPEND– Changeset is considered as an addition to the end of all prior loaded Changesets. -
MODIFY– Changeset is considered as a replacement to a specific prior ingested Changeset.
- Parameters:
changeType- Type that indicates how a Changeset is applied to a Dataset.-
REPLACE– Changeset is considered as a replacement to all prior loaded Changesets. -
APPEND– Changeset is considered as an addition to the end of all prior loaded Changesets. -
MODIFY– Changeset is considered as a replacement to a specific prior ingested Changeset.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeType,ChangeType
-
-
sourceParams
ChangesetSummary.Builder sourceParams(Map<String,String> sourceParams)
Options that define the location of the data being ingested.
- Parameters:
sourceParams- Options that define the location of the data being ingested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatParams
ChangesetSummary.Builder formatParams(Map<String,String> formatParams)
Options that define the structure of the source file(s).
- Parameters:
formatParams- Options that define the structure of the source file(s).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
ChangesetSummary.Builder createTime(Long createTime)
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:
createTime- 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.
-
status
ChangesetSummary.Builder status(String status)
Status of the Changeset ingestion.
-
PENDING– Changeset is pending creation. -
FAILED– Changeset creation has failed. -
SUCCESS– Changeset creation has succeeded. -
RUNNING– Changeset creation is running. -
STOP_REQUESTED– User requested Changeset creation to stop.
- Parameters:
status- Status of the Changeset ingestion.-
PENDING– Changeset is pending creation. -
FAILED– Changeset creation has failed. -
SUCCESS– Changeset creation has succeeded. -
RUNNING– Changeset creation is running. -
STOP_REQUESTED– User requested Changeset creation to stop.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionStatus,IngestionStatus
-
-
status
ChangesetSummary.Builder status(IngestionStatus status)
Status of the Changeset ingestion.
-
PENDING– Changeset is pending creation. -
FAILED– Changeset creation has failed. -
SUCCESS– Changeset creation has succeeded. -
RUNNING– Changeset creation is running. -
STOP_REQUESTED– User requested Changeset creation to stop.
- Parameters:
status- Status of the Changeset ingestion.-
PENDING– Changeset is pending creation. -
FAILED– Changeset creation has failed. -
SUCCESS– Changeset creation has succeeded. -
RUNNING– Changeset creation is running. -
STOP_REQUESTED– User requested Changeset creation to stop.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionStatus,IngestionStatus
-
-
errorInfo
ChangesetSummary.Builder errorInfo(ChangesetErrorInfo errorInfo)
The structure with error messages.
- Parameters:
errorInfo- The structure with error messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorInfo
default ChangesetSummary.Builder errorInfo(Consumer<ChangesetErrorInfo.Builder> errorInfo)
The structure with error messages.
This is a convenience method that creates an instance of theChangesetErrorInfo.Builderavoiding the need to create one manually viaChangesetErrorInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorInfo(ChangesetErrorInfo).- Parameters:
errorInfo- a consumer that will call methods onChangesetErrorInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
errorInfo(ChangesetErrorInfo)
-
activeUntilTimestamp
ChangesetSummary.Builder activeUntilTimestamp(Long activeUntilTimestamp)
Time until 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.
- Parameters:
activeUntilTimestamp- Time until 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeFromTimestamp
ChangesetSummary.Builder activeFromTimestamp(Long 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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatesChangesetId
ChangesetSummary.Builder updatesChangesetId(String updatesChangesetId)
The unique identifier of the Changeset that is updated.
- Parameters:
updatesChangesetId- The unique identifier of the Changeset that is updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedByChangesetId
ChangesetSummary.Builder updatedByChangesetId(String updatedByChangesetId)
The unique identifier of the updated Changeset.
- Parameters:
updatedByChangesetId- The unique identifier of the updated Changeset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-