public static class DatasetSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DatasetSummary.Builder |
annotationFormat(String annotationFormat)
The annotation format name required for labeling records.
|
DatasetSummary |
build() |
DatasetSummary.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
DatasetSummary.Builder |
copy(DatasetSummary model) |
DatasetSummary.Builder |
datasetFormatDetails(DatasetFormatDetails datasetFormatDetails) |
DatasetSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags for this resource.
|
DatasetSummary.Builder |
displayName(String displayName)
A user-friendly display name for the resource.
|
DatasetSummary.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
DatasetSummary.Builder |
id(String id)
The OCID of the Dataset
|
DatasetSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
DatasetSummary.Builder |
lifecycleState(Dataset.LifecycleState lifecycleState)
The state of a Dataset.
|
DatasetSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The usage of system tag keys.
|
DatasetSummary.Builder |
timeCreated(Date timeCreated)
The time the the Dataset was created.
|
DatasetSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the resource was last updated, in the timestamp format defined by
RFC3339.
|
public DatasetSummary.Builder id(String id)
The OCID of the Dataset
id
- the value to setpublic DatasetSummary.Builder displayName(String displayName)
A user-friendly display name for the resource.
displayName
- the value to setpublic DatasetSummary.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic DatasetSummary.Builder timeCreated(Date timeCreated)
The time the the Dataset was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic DatasetSummary.Builder timeUpdated(Date timeUpdated)
The date and time the resource was last updated, in the timestamp format defined by RFC3339.
timeUpdated
- the value to setpublic DatasetSummary.Builder lifecycleState(Dataset.LifecycleState lifecycleState)
The state of a Dataset.
lifecycleState
- the value to setpublic DatasetSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic DatasetSummary.Builder annotationFormat(String annotationFormat)
The annotation format name required for labeling records.
annotationFormat
- the value to setpublic DatasetSummary.Builder datasetFormatDetails(DatasetFormatDetails datasetFormatDetails)
public DatasetSummary.Builder freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope. It
exists for cross-compatibility only. For example: {"bar-key": "value"}
freeformTags
- the value to setpublic DatasetSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags for this resource. Each key is predefined and scoped to a namespace. For
example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic DatasetSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
The usage of system tag keys. These predefined keys are scoped to namespaces. For
example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic DatasetSummary build()
public DatasetSummary.Builder copy(DatasetSummary model)
Copyright © 2016–2024. All rights reserved.