Class StatusDetail.Builder
- java.lang.Object
- 
- com.oracle.bmc.operatoraccesscontrol.model.StatusDetail.Builder
 
- 
- Enclosing class:
- StatusDetail
 
 public static class StatusDetail.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusDetailbuild()StatusDetail.BuildercommandName(String commandName)Name of the process or command executed.StatusDetail.Buildercopy(StatusDetail model)StatusDetail.Builderstatus(String status)Status of the process or command executed Success or Failure.StatusDetail.BuilderstatusId(Integer statusId)running unique number of the command executedStatusDetail.BuildertimeOfValidation(Date timeOfValidation)Time when the execution happened in RFC 3339timestamp format.
 
- 
- 
- 
Method Detail- 
statusIdpublic StatusDetail.Builder statusId(Integer statusId) running unique number of the command executed- Parameters:
- statusId- the value to set
- Returns:
- this builder
 
 - 
commandNamepublic StatusDetail.Builder commandName(String commandName) Name of the process or command executed.- Parameters:
- commandName- the value to set
- Returns:
- this builder
 
 - 
statuspublic StatusDetail.Builder status(String status) Status of the process or command executed Success or Failure.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
timeOfValidationpublic StatusDetail.Builder timeOfValidation(Date timeOfValidation) Time when the execution happened in RFC 3339timestamp format.Example: ‘2020-05-22T21:10:29.600Z’. - Parameters:
- timeOfValidation- the value to set
- Returns:
- this builder
 
 - 
buildpublic StatusDetail build() 
 - 
copypublic StatusDetail.Builder copy(StatusDetail model) 
 
- 
 
-