Package com.oracle.bmc.datasafe.model
Class MaskingErrorSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.MaskingErrorSummary.Builder
 
- 
- Enclosing class:
- MaskingErrorSummary
 
 public static class MaskingErrorSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MaskingErrorSummarybuild()MaskingErrorSummary.Buildercopy(MaskingErrorSummary model)MaskingErrorSummary.Buildererror(String error)The text of the masking error.MaskingErrorSummary.BuilderfailedStatement(String failedStatement)The statement resulting into the error.MaskingErrorSummary.BuilderstepName(MaskingErrorSummary.StepName stepName)The stepName of the masking error.MaskingErrorSummary.BuildertimeCreated(Date timeCreated)The date and time the error entry was created, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
stepNamepublic MaskingErrorSummary.Builder stepName(MaskingErrorSummary.StepName stepName) The stepName of the masking error.- Parameters:
- stepName- the value to set
- Returns:
- this builder
 
 - 
errorpublic MaskingErrorSummary.Builder error(String error) The text of the masking error.- Parameters:
- error- the value to set
- Returns:
- this builder
 
 - 
failedStatementpublic MaskingErrorSummary.Builder failedStatement(String failedStatement) The statement resulting into the error.- Parameters:
- failedStatement- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic MaskingErrorSummary.Builder timeCreated(Date timeCreated) The date and time the error entry was created, in the format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic MaskingErrorSummary build() 
 - 
copypublic MaskingErrorSummary.Builder copy(MaskingErrorSummary model) 
 
- 
 
-