Interface Dataset.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Dataset.Builder,,Dataset> SdkBuilder<Dataset.Builder,,Dataset> SdkPojo
- Enclosing class:
 Dataset
- 
Method Summary
Modifier and TypeMethodDescriptionThe unique resource identifier for a Dataset.createTime(Long createTime) The timestamp at which the Dataset was created in FinSpace.datasetArn(String datasetArn) The ARN identifier of the Dataset.datasetDescription(String datasetDescription) Description for a Dataset.An identifier for a Dataset.datasetTitle(String datasetTitle) Display title for a Dataset.The format in which Dataset data is structured.kind(DatasetKind kind) The format in which Dataset data is structured.lastModifiedTime(Long lastModifiedTime) The last time that the Dataset was modified.default Dataset.BuilderownerInfo(Consumer<DatasetOwnerInfo.Builder> ownerInfo) Contact information for a Dataset owner.ownerInfo(DatasetOwnerInfo ownerInfo) Contact information for a Dataset owner.default Dataset.BuilderschemaDefinition(Consumer<SchemaUnion.Builder> schemaDefinition) Definition for a schema on a tabular Dataset.schemaDefinition(SchemaUnion schemaDefinition) Definition for a schema on a tabular Dataset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
datasetId
An identifier for a Dataset.
- Parameters:
 datasetId- An identifier for a Dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
datasetArn
The ARN identifier of the Dataset.
- Parameters:
 datasetArn- The ARN identifier of the Dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
datasetTitle
Display title for a Dataset.
- Parameters:
 datasetTitle- Display title for a Dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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. 
- Parameters:
 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. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
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. 
- Parameters:
 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. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
datasetDescription
Description for a Dataset.
- Parameters:
 datasetDescription- Description for a Dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ownerInfo
Contact information for a Dataset owner.
- Parameters:
 ownerInfo- Contact information for a Dataset owner.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ownerInfo
Contact information for a Dataset owner.
This is a convenience method that creates an instance of theDatasetOwnerInfo.Builderavoiding the need to create one manually viaDatasetOwnerInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toownerInfo(DatasetOwnerInfo).- Parameters:
 ownerInfo- a consumer that will call methods onDatasetOwnerInfo.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
schemaDefinition
Definition for a schema on a tabular Dataset.
- Parameters:
 schemaDefinition- Definition for a schema on a tabular Dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
schemaDefinition
Definition for a schema on a tabular Dataset.
This is a convenience method that creates an instance of theSchemaUnion.Builderavoiding the need to create one manually viaSchemaUnion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschemaDefinition(SchemaUnion).- Parameters:
 schemaDefinition- a consumer that will call methods onSchemaUnion.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
alias
The unique resource identifier for a Dataset.
- Parameters:
 alias- The unique resource identifier for a Dataset.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -