public static class ApplicationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
build() |
ApplicationSummary.Builder |
compartmentId(String compartmentId)
The OCID of a compartment.
|
ApplicationSummary.Builder |
copy(ApplicationSummary model) |
ApplicationSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ApplicationSummary.Builder |
displayName(String displayName)
A user-friendly name.
|
ApplicationSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ApplicationSummary.Builder |
id(String id)
The application ID.
|
ApplicationSummary.Builder |
language(ApplicationLanguage language)
The Spark language.
|
ApplicationSummary.Builder |
lifecycleState(ApplicationLifecycleState lifecycleState)
The current state of this application.
|
ApplicationSummary.Builder |
ownerPrincipalId(String ownerPrincipalId)
The OCID of the user who created the resource.
|
ApplicationSummary.Builder |
ownerUserName(String ownerUserName)
The username of the user who created the resource.
|
ApplicationSummary.Builder |
poolId(String poolId)
The OCID of a pool.
|
ApplicationSummary.Builder |
sparkVersion(String sparkVersion)
The Spark version utilized to run the application.
|
ApplicationSummary.Builder |
timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC
3339 timestamp format.
|
ApplicationSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the resource was updated, expressed in RFC
3339 timestamp format.
|
ApplicationSummary.Builder |
type(ApplicationType type)
The Spark application processing type.
|
public ApplicationSummary.Builder compartmentId(String compartmentId)
The OCID of a compartment.
compartmentId
- the value to setpublic ApplicationSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic ApplicationSummary.Builder displayName(String displayName)
A user-friendly name. This name is not necessarily unique.
displayName
- the value to setpublic ApplicationSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic ApplicationSummary.Builder id(String id)
The application ID.
id
- the value to setpublic ApplicationSummary.Builder language(ApplicationLanguage language)
The Spark language.
language
- the value to setpublic ApplicationSummary.Builder lifecycleState(ApplicationLifecycleState lifecycleState)
The current state of this application.
lifecycleState
- the value to setpublic ApplicationSummary.Builder ownerPrincipalId(String ownerPrincipalId)
The OCID of the user who created the resource.
ownerPrincipalId
- the value to setpublic ApplicationSummary.Builder ownerUserName(String ownerUserName)
The username of the user who created the resource. If the username of the owner does not
exist, null
will be returned and the caller should refer to the ownerPrincipalId
value instead.
ownerUserName
- the value to setpublic ApplicationSummary.Builder poolId(String poolId)
The OCID of a pool. Unique Id to indentify a dataflow pool resource.
poolId
- the value to setpublic ApplicationSummary.Builder sparkVersion(String sparkVersion)
The Spark version utilized to run the application.
sparkVersion
- the value to setpublic ApplicationSummary.Builder timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC
3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
timeCreated
- the value to setpublic ApplicationSummary.Builder timeUpdated(Date timeUpdated)
The date and time the resource was updated, expressed in RFC
3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
timeUpdated
- the value to setpublic ApplicationSummary.Builder type(ApplicationType type)
The Spark application processing type.
type
- the value to setpublic ApplicationSummary build()
public ApplicationSummary.Builder copy(ApplicationSummary model)
Copyright © 2016–2024. All rights reserved.