public static class ExecutionActionMember.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExecutionActionMember |
build() |
ExecutionActionMember.Builder |
copy(ExecutionActionMember model) |
ExecutionActionMember.Builder |
estimatedTimeInMins(Integer estimatedTimeInMins)
The estimated time of the execution action member in minutes.
|
ExecutionActionMember.Builder |
memberId(String memberId)
The OCID of the
parent resource the execution action belongs to.
|
ExecutionActionMember.Builder |
memberOrder(Integer memberOrder)
The priority order of the execution action member.
|
ExecutionActionMember.Builder |
status(String status)
The current status of the execution action member.
|
ExecutionActionMember.Builder |
totalTimeTakenInMins(Integer totalTimeTakenInMins)
The total time taken by corresponding resource activity in minutes.
|
public ExecutionActionMember.Builder memberOrder(Integer memberOrder)
The priority order of the execution action member.
memberOrder
- the value to setpublic ExecutionActionMember.Builder memberId(String memberId)
The OCID of the parent resource the execution action belongs to.
memberId
- the value to setpublic ExecutionActionMember.Builder status(String status)
The current status of the execution action member. Valid states are SCHEDULED, IN_PROGRESS, FAILED, CANCELED, DURATION_EXCEEDED, RESCHEDULED and COMPLETED. enum: - SCHEDULED - IN_PROGRESS - FAILED - CANCELED - DURATION_EXCEEDED - RESCHEDULED - SUCCEEDED
status
- the value to setpublic ExecutionActionMember.Builder estimatedTimeInMins(Integer estimatedTimeInMins)
The estimated time of the execution action member in minutes.
estimatedTimeInMins
- the value to setpublic ExecutionActionMember.Builder totalTimeTakenInMins(Integer totalTimeTakenInMins)
The total time taken by corresponding resource activity in minutes.
totalTimeTakenInMins
- the value to setpublic ExecutionActionMember build()
public ExecutionActionMember.Builder copy(ExecutionActionMember model)
Copyright © 2016–2024. All rights reserved.