Class StatusDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.operatoraccesscontrol.model.StatusDetail.Builder
-
- Enclosing class:
- StatusDetail
public static class StatusDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusDetail
build()
StatusDetail.Builder
commandName(String commandName)
Name of the process or command executed.StatusDetail.Builder
copy(StatusDetail model)
StatusDetail.Builder
status(String status)
Status of the process or command executed Success or Failure.StatusDetail.Builder
statusId(Integer statusId)
running unique number of the command executedStatusDetail.Builder
timeOfValidation(Date timeOfValidation)
Time when the execution happened in RFC 3339timestamp format.
-
-
-
Method Detail
-
statusId
public StatusDetail.Builder statusId(Integer statusId)
running unique number of the command executed- Parameters:
statusId
- the value to set- Returns:
- this builder
-
commandName
public StatusDetail.Builder commandName(String commandName)
Name of the process or command executed.- Parameters:
commandName
- the value to set- Returns:
- this builder
-
status
public StatusDetail.Builder status(String status)
Status of the process or command executed Success or Failure.- Parameters:
status
- the value to set- Returns:
- this builder
-
timeOfValidation
public 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
-
build
public StatusDetail build()
-
copy
public StatusDetail.Builder copy(StatusDetail model)
-
-