Package | Description |
---|---|
com.oracle.bmc.apmsynthetics.model |
Modifier and Type | Method and Description |
---|---|
static Script.Builder |
Script.builder()
Create a new builder.
|
Script.Builder |
Script.Builder.content(String content)
The content of the script.
|
Script.Builder |
Script.Builder.contentFileName(String contentFileName)
File name of the uploaded script content.
|
Script.Builder |
Script.Builder.contentSizeInBytes(Integer contentSizeInBytes)
Size of the script content.
|
Script.Builder |
Script.Builder.contentType(ContentTypes contentType)
Content type of the script.
|
Script.Builder |
Script.Builder.copy(Script model) |
Script.Builder |
Script.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Script.Builder |
Script.Builder.displayName(String displayName)
Unique name that can be edited.
|
Script.Builder |
Script.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Script.Builder |
Script.Builder.id(String id)
The OCID of the
script.
|
Script.Builder |
Script.Builder.monitorStatusCountMap(MonitorStatusCountMap monitorStatusCountMap) |
Script.Builder |
Script.Builder.parameters(List<ScriptParameterInfo> parameters)
List of script parameters.
|
Script.Builder |
Script.Builder.timeCreated(Date timeCreated)
The time the resource was created, expressed in RFC
3339 timestamp format.
|
Script.Builder |
Script.Builder.timeUpdated(Date timeUpdated)
The time the resource was updated, expressed in RFC
3339 timestamp format.
|
Script.Builder |
Script.Builder.timeUploaded(Date timeUploaded)
The time the script was uploaded.
|
Script.Builder |
Script.toBuilder() |
Copyright © 2016–2024. All rights reserved.