public static class MaskingPolicyHealthReportLogSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaskingPolicyHealthReportLogSummary |
build() |
MaskingPolicyHealthReportLogSummary.Builder |
copy(MaskingPolicyHealthReportLogSummary model) |
MaskingPolicyHealthReportLogSummary.Builder |
description(String description)
A human-readable description for the log entry.
|
MaskingPolicyHealthReportLogSummary.Builder |
message(String message)
A human-readable log entry.
|
MaskingPolicyHealthReportLogSummary.Builder |
messageType(MaskingPolicyHealthReportLogSummary.MessageType messageType)
The log entry type.
|
MaskingPolicyHealthReportLogSummary.Builder |
remediation(String remediation)
A human-readable log entry to remedy any error or warnings in the masking policy.
|
MaskingPolicyHealthReportLogSummary.Builder |
timestamp(Date timestamp)
The date and time the log entry was created, in the format defined by
RFC3339.
|
public MaskingPolicyHealthReportLogSummary.Builder messageType(MaskingPolicyHealthReportLogSummary.MessageType messageType)
The log entry type.
messageType
- the value to setpublic MaskingPolicyHealthReportLogSummary.Builder timestamp(Date timestamp)
The date and time the log entry was created, in the format defined by RFC3339.
timestamp
- the value to setpublic MaskingPolicyHealthReportLogSummary.Builder message(String message)
A human-readable log entry.
message
- the value to setpublic MaskingPolicyHealthReportLogSummary.Builder remediation(String remediation)
A human-readable log entry to remedy any error or warnings in the masking policy.
remediation
- the value to setpublic MaskingPolicyHealthReportLogSummary.Builder description(String description)
A human-readable description for the log entry.
description
- the value to setpublic MaskingPolicyHealthReportLogSummary build()
public MaskingPolicyHealthReportLogSummary.Builder copy(MaskingPolicyHealthReportLogSummary model)
Copyright © 2016–2024. All rights reserved.