public static class CustomizationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomizationSummary.Builder |
alias(String alias)
Customization Summary Alias
|
CustomizationSummary |
build() |
CustomizationSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment where you want to create the job.
|
CustomizationSummary.Builder |
copy(CustomizationSummary model) |
CustomizationSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CustomizationSummary.Builder |
displayName(String displayName)
A user-friendly display name for the job.
|
CustomizationSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CustomizationSummary.Builder |
id(String id)
The OCID
of the job.
|
CustomizationSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
CustomizationSummary.Builder |
lifecycleState(Customization.LifecycleState lifecycleState)
The current state of the Speech Job.
|
CustomizationSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
CustomizationSummary.Builder |
timeCreated(Date timeCreated)
Customization Created time.
|
CustomizationSummary.Builder |
timeUpdated(Date timeUpdated)
Customization Updated time.
|
public CustomizationSummary.Builder id(String id)
The OCID of the job.
id
- the value to setpublic CustomizationSummary.Builder displayName(String displayName)
A user-friendly display name for the job.
displayName
- the value to setpublic CustomizationSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the job.
compartmentId
- the value to setpublic CustomizationSummary.Builder alias(String alias)
Customization Summary Alias
alias
- the value to setpublic CustomizationSummary.Builder timeCreated(Date timeCreated)
Customization Created time. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic CustomizationSummary.Builder timeUpdated(Date timeUpdated)
Customization Updated time. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic CustomizationSummary.Builder lifecycleState(Customization.LifecycleState lifecycleState)
The current state of the Speech Job.
lifecycleState
- the value to setpublic CustomizationSummary.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 CustomizationSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
.
freeformTags
- the value to setpublic CustomizationSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace-1": {"bar-key-1": "value-1", "bar-key-2": "value-2"},
“foo-namespace-2”: {“bar-key-1”: “value-1”, “bar-key-2”: “value-2”}}
.
definedTags
- the value to setpublic CustomizationSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
.
systemTags
- the value to setpublic CustomizationSummary build()
public CustomizationSummary.Builder copy(CustomizationSummary model)
Copyright © 2016–2024. All rights reserved.