public static class CreateRunbookDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateRunbookDetails.Builder |
associations(Associations associations) |
CreateRunbookDetails |
build() |
CreateRunbookDetails.Builder |
compartmentId(String compartmentId)
OCID of the compartment to which the resource belongs to.
|
CreateRunbookDetails.Builder |
copy(CreateRunbookDetails model) |
CreateRunbookDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateRunbookDetails.Builder |
description(String description)
A user-friendly description.
|
CreateRunbookDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
CreateRunbookDetails.Builder |
estimatedTime(String estimatedTime)
Estimated time to successfully complete the runbook execution
|
CreateRunbookDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateRunbookDetails.Builder |
isDefault(Boolean isDefault)
Is the runbook default?
|
CreateRunbookDetails.Builder |
operation(String operation)
The lifecycle operation performed by the task.
|
CreateRunbookDetails.Builder |
osType(OsType osType)
The OS type for the runbook.
|
CreateRunbookDetails.Builder |
platform(String platform)
The platform of the runbook.
|
CreateRunbookDetails.Builder |
runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
Type of runbook structure.
|
public CreateRunbookDetails.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
displayName
- the value to setpublic CreateRunbookDetails.Builder description(String description)
A user-friendly description. To provide some insight about the resource. Avoid entering confidential information.
description
- the value to setpublic CreateRunbookDetails.Builder runbookRelevance(Runbook.RunbookRelevance runbookRelevance)
Type of runbook structure.
runbookRelevance
- the value to setpublic CreateRunbookDetails.Builder operation(String operation)
The lifecycle operation performed by the task.
operation
- the value to setpublic CreateRunbookDetails.Builder osType(OsType osType)
The OS type for the runbook.
osType
- the value to setpublic CreateRunbookDetails.Builder platform(String platform)
The platform of the runbook.
platform
- the value to setpublic CreateRunbookDetails.Builder isDefault(Boolean isDefault)
Is the runbook default?
isDefault
- the value to setpublic CreateRunbookDetails.Builder estimatedTime(String estimatedTime)
Estimated time to successfully complete the runbook execution
estimatedTime
- the value to setpublic CreateRunbookDetails.Builder associations(Associations associations)
public CreateRunbookDetails.Builder compartmentId(String compartmentId)
OCID of the compartment to which the resource belongs to.
compartmentId
- the value to setpublic CreateRunbookDetails.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 CreateRunbookDetails.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": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateRunbookDetails build()
public CreateRunbookDetails.Builder copy(CreateRunbookDetails model)
Copyright © 2016–2024. All rights reserved.