Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Script |
build() |
Script.Builder |
content(String content)
The content of the script.
|
Script.Builder |
contentFileName(String contentFileName)
File name of the uploaded script content.
|
Script.Builder |
contentSizeInBytes(Integer contentSizeInBytes)
Size of the script content.
|
Script.Builder |
contentType(ContentTypes contentType)
Content type of the script.
|
Script.Builder |
copy(Script model) |
Script.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Script.Builder |
displayName(String displayName)
Unique name that can be edited.
|
Script.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Script.Builder |
id(String id)
The OCID of the
script.
|
Script.Builder |
monitorStatusCountMap(MonitorStatusCountMap monitorStatusCountMap) |
Script.Builder |
parameters(List<ScriptParameterInfo> parameters)
List of script parameters.
|
Script.Builder |
timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC
3339 timestamp format.
|
Script.Builder |
timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC
3339 timestamp format.
|
Script.Builder |
timeUploaded(Date timeUploaded)
The time the script was uploaded.
|
public Script.Builder id(String id)
The OCID of the script. scriptId is mandatory for creation of SCRIPTED_BROWSER and SCRIPTED_REST monitor types. For other monitor types, it should be set to null.
id
- the value to setpublic Script.Builder displayName(String displayName)
Unique name that can be edited. The name should not contain any confidential information.
displayName
- the value to setpublic Script.Builder contentType(ContentTypes contentType)
Content type of the script.
contentType
- the value to setpublic Script.Builder content(String content)
The content of the script. It may contain custom-defined tags that can be used for
setting dynamic parameters. The format to set dynamic parameters is: <ORAP><ON>param name</ON><OV>param
value</OV><OS>isParamValueSecret(true/false)</OS></ORAP>
. Param value and
isParamValueSecret are optional, the default value for isParamValueSecret is false.
Examples: With mandatory param name : <ORAP><ON>param name</ON></ORAP>
With
parameter name and value : <ORAP><ON>param name</ON><OV>param value</OV></ORAP>
Note that the content is valid if it matches the given content type. For example, if the
content type is SIDE, then the content should be in Side script format. If the content
type is JS, then the content should be in JavaScript format.
content
- the value to setpublic Script.Builder timeUploaded(Date timeUploaded)
The time the script was uploaded.
timeUploaded
- the value to setpublic Script.Builder contentSizeInBytes(Integer contentSizeInBytes)
Size of the script content.
contentSizeInBytes
- the value to setpublic Script.Builder contentFileName(String contentFileName)
File name of the uploaded script content.
contentFileName
- the value to setpublic Script.Builder parameters(List<ScriptParameterInfo> parameters)
List of script parameters. Example: [{"scriptParameter": {"paramName": "userid",
"paramValue":"testuser", "isSecret": false}, “isOverwritten”: false}]
parameters
- the value to setpublic Script.Builder monitorStatusCountMap(MonitorStatusCountMap monitorStatusCountMap)
public Script.Builder timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC
3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
timeCreated
- the value to setpublic Script.Builder timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC
3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
timeUpdated
- the value to setpublic Script.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 Script.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 Script build()
public Script.Builder copy(Script model)
Copyright © 2016–2024. All rights reserved.