public static interface Dataset.Builder extends SdkPojo, CopyableBuilder<Dataset.Builder,Dataset>
| Modifier and Type | Method and Description |
|---|---|
Dataset.Builder |
alias(String alias)
The unique resource identifier for a Dataset.
|
Dataset.Builder |
createTime(Long createTime)
The timestamp at which the Dataset was created in FinSpace.
|
Dataset.Builder |
datasetArn(String datasetArn)
The ARN identifier of the Dataset.
|
Dataset.Builder |
datasetDescription(String datasetDescription)
Description for a Dataset.
|
Dataset.Builder |
datasetId(String datasetId)
An identifier for a Dataset.
|
Dataset.Builder |
datasetTitle(String datasetTitle)
Display title for a Dataset.
|
Dataset.Builder |
kind(DatasetKind kind)
The format in which Dataset data is structured.
|
Dataset.Builder |
kind(String kind)
The format in which Dataset data is structured.
|
Dataset.Builder |
lastModifiedTime(Long lastModifiedTime)
The last time that the Dataset was modified.
|
default Dataset.Builder |
ownerInfo(Consumer<DatasetOwnerInfo.Builder> ownerInfo)
Contact information for a Dataset owner.
|
Dataset.Builder |
ownerInfo(DatasetOwnerInfo ownerInfo)
Contact information for a Dataset owner.
|
default Dataset.Builder |
schemaDefinition(Consumer<SchemaUnion.Builder> schemaDefinition)
Definition for a schema on a tabular Dataset.
|
Dataset.Builder |
schemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataset.Builder datasetId(String datasetId)
An identifier for a Dataset.
datasetId - An identifier for a Dataset.Dataset.Builder datasetArn(String datasetArn)
The ARN identifier of the Dataset.
datasetArn - The ARN identifier of the Dataset.Dataset.Builder datasetTitle(String datasetTitle)
Display title for a Dataset.
datasetTitle - Display title for a Dataset.Dataset.Builder kind(String kind)
The format in which Dataset data is structured.
TABULAR – Data is structured in a tabular format.
NON_TABULAR – Data is structured in a non-tabular format.
kind - The format in which Dataset data is structured.
TABULAR – Data is structured in a tabular format.
NON_TABULAR – Data is structured in a non-tabular format.
DatasetKind,
DatasetKindDataset.Builder kind(DatasetKind kind)
The format in which Dataset data is structured.
TABULAR – Data is structured in a tabular format.
NON_TABULAR – Data is structured in a non-tabular format.
kind - The format in which Dataset data is structured.
TABULAR – Data is structured in a tabular format.
NON_TABULAR – Data is structured in a non-tabular format.
DatasetKind,
DatasetKindDataset.Builder datasetDescription(String datasetDescription)
Description for a Dataset.
datasetDescription - Description for a Dataset.Dataset.Builder ownerInfo(DatasetOwnerInfo ownerInfo)
Contact information for a Dataset owner.
ownerInfo - Contact information for a Dataset owner.default Dataset.Builder ownerInfo(Consumer<DatasetOwnerInfo.Builder> ownerInfo)
Contact information for a Dataset owner.
This is a convenience method that creates an instance of theDatasetOwnerInfo.Builder avoiding the
need to create one manually via DatasetOwnerInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ownerInfo(DatasetOwnerInfo).
ownerInfo - a consumer that will call methods on DatasetOwnerInfo.BuilderownerInfo(DatasetOwnerInfo)Dataset.Builder createTime(Long createTime)
The timestamp at which the Dataset 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.
createTime - The timestamp at which the Dataset 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.Dataset.Builder lastModifiedTime(Long lastModifiedTime)
The last time that the Dataset was modified. 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.
lastModifiedTime - The last time that the Dataset was modified. 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.Dataset.Builder schemaDefinition(SchemaUnion schemaDefinition)
Definition for a schema on a tabular Dataset.
schemaDefinition - Definition for a schema on a tabular Dataset.default Dataset.Builder schemaDefinition(Consumer<SchemaUnion.Builder> schemaDefinition)
Definition for a schema on a tabular Dataset.
This is a convenience method that creates an instance of theSchemaUnion.Builder avoiding the need to
create one manually via SchemaUnion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to schemaDefinition(SchemaUnion).
schemaDefinition - a consumer that will call methods on SchemaUnion.BuilderschemaDefinition(SchemaUnion)Dataset.Builder alias(String alias)
The unique resource identifier for a Dataset.
alias - The unique resource identifier for a Dataset.Copyright © 2023. All rights reserved.