public static class ResponderExecution.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResponderExecution |
build() |
ResponderExecution.Builder |
compartmentId(String compartmentId)
Compartment OCID of the responder execution for the problem
|
ResponderExecution.Builder |
copy(ResponderExecution model) |
ResponderExecution.Builder |
id(String id)
The unique identifier of the responder execution
|
ResponderExecution.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
ResponderExecution.Builder |
message(String message)
Message about the responder execution
|
ResponderExecution.Builder |
problemId(String problemId)
Problem ID associated with the responder execution
|
ResponderExecution.Builder |
region(String region)
Region where the problem is found
|
ResponderExecution.Builder |
resourceName(String resourceName)
Resource name of the problem for the responder execution.
|
ResponderExecution.Builder |
resourceType(String resourceType)
Resource type of the problem for the responder execution
|
ResponderExecution.Builder |
responderExecutionMode(ResponderExecutionModes responderExecutionMode)
Execution mode of the responder
|
ResponderExecution.Builder |
responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
Current execution status of the responder
|
ResponderExecution.Builder |
responderRuleExecutionDetails(ResponderRuleExecutionDetails responderRuleExecutionDetails) |
ResponderExecution.Builder |
responderRuleId(String responderRuleId)
Responder rule ID for the responder execution
|
ResponderExecution.Builder |
responderRuleName(String responderRuleName)
Responder rule name for the responder execution
|
ResponderExecution.Builder |
responderRuleType(ResponderType responderRuleType)
Responder rule type for the responder execution
|
ResponderExecution.Builder |
targetId(String targetId)
Target ID of the problem for the responder execution
|
ResponderExecution.Builder |
timeCompleted(Date timeCompleted)
The date and time the responder execution was updated.
|
ResponderExecution.Builder |
timeCreated(Date timeCreated)
The date and time the responder execution was created.
|
public ResponderExecution.Builder id(String id)
The unique identifier of the responder execution
id
- the value to setpublic ResponderExecution.Builder responderRuleId(String responderRuleId)
Responder rule ID for the responder execution
responderRuleId
- the value to setpublic ResponderExecution.Builder responderRuleType(ResponderType responderRuleType)
Responder rule type for the responder execution
responderRuleType
- the value to setpublic ResponderExecution.Builder responderRuleName(String responderRuleName)
Responder rule name for the responder execution
responderRuleName
- the value to setpublic ResponderExecution.Builder problemId(String problemId)
Problem ID associated with the responder execution
problemId
- the value to setpublic ResponderExecution.Builder region(String region)
Region where the problem is found
region
- the value to setpublic ResponderExecution.Builder targetId(String targetId)
Target ID of the problem for the responder execution
targetId
- the value to setpublic ResponderExecution.Builder compartmentId(String compartmentId)
Compartment OCID of the responder execution for the problem
compartmentId
- the value to setpublic ResponderExecution.Builder resourceType(String resourceType)
Resource type of the problem for the responder execution
resourceType
- the value to setpublic ResponderExecution.Builder resourceName(String resourceName)
Resource name of the problem for the responder execution.
resourceName
- the value to setpublic ResponderExecution.Builder timeCreated(Date timeCreated)
The date and time the responder execution was created. Format defined by RFC3339.
timeCreated
- the value to setpublic ResponderExecution.Builder timeCompleted(Date timeCompleted)
The date and time the responder execution was updated. Format defined by RFC3339.
timeCompleted
- the value to setpublic ResponderExecution.Builder responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
Current execution status of the responder
responderExecutionStatus
- the value to setpublic ResponderExecution.Builder responderExecutionMode(ResponderExecutionModes responderExecutionMode)
Execution mode of the responder
responderExecutionMode
- the value to setpublic ResponderExecution.Builder message(String message)
Message about the responder execution
message
- the value to setpublic ResponderExecution.Builder responderRuleExecutionDetails(ResponderRuleExecutionDetails responderRuleExecutionDetails)
public ResponderExecution.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic ResponderExecution build()
public ResponderExecution.Builder copy(ResponderExecution model)
Copyright © 2016–2024. All rights reserved.