public static interface GetSensitiveDataOccurrencesResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetSensitiveDataOccurrencesResponse.Builder,GetSensitiveDataOccurrencesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSensitiveDataOccurrencesResponse.Builder |
error(String error)
If an error occurred when Amazon Macie attempted to retrieve occurrences of sensitive data reported by the
finding, a description of the error that occurred.
|
GetSensitiveDataOccurrencesResponse.Builder |
sensitiveDataOccurrences(Map<String,? extends Collection<DetectedDataDetails>> sensitiveDataOccurrences)
A map that specifies 1-100 types of sensitive data reported by the finding and, for each type, 1-10
occurrences of sensitive data.
|
GetSensitiveDataOccurrencesResponse.Builder |
status(RevealRequestStatus status)
The status of the request to retrieve occurrences of sensitive data reported by the finding.
|
GetSensitiveDataOccurrencesResponse.Builder |
status(String status)
The status of the request to retrieve occurrences of sensitive data reported by the finding.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSensitiveDataOccurrencesResponse.Builder error(String error)
If an error occurred when Amazon Macie attempted to retrieve occurrences of sensitive data reported by the finding, a description of the error that occurred. This value is null if the status (status) of the request is PROCESSING or SUCCESS.
error - If an error occurred when Amazon Macie attempted to retrieve occurrences of sensitive data reported by
the finding, a description of the error that occurred. This value is null if the status (status) of
the request is PROCESSING or SUCCESS.GetSensitiveDataOccurrencesResponse.Builder sensitiveDataOccurrences(Map<String,? extends Collection<DetectedDataDetails>> sensitiveDataOccurrences)
A map that specifies 1-100 types of sensitive data reported by the finding and, for each type, 1-10 occurrences of sensitive data.
sensitiveDataOccurrences - A map that specifies 1-100 types of sensitive data reported by the finding and, for each type, 1-10
occurrences of sensitive data.GetSensitiveDataOccurrencesResponse.Builder status(String status)
The status of the request to retrieve occurrences of sensitive data reported by the finding. Possible values are:
ERROR - An error occurred when Amazon Macie attempted to locate, retrieve, or encrypt the sensitive data. The error value indicates the nature of the error that occurred.
PROCESSING - Macie is processing the request.
SUCCESS - Macie successfully located, retrieved, and encrypted the sensitive data.
status - The status of the request to retrieve occurrences of sensitive data reported by the finding. Possible
values are:
ERROR - An error occurred when Amazon Macie attempted to locate, retrieve, or encrypt the sensitive data. The error value indicates the nature of the error that occurred.
PROCESSING - Macie is processing the request.
SUCCESS - Macie successfully located, retrieved, and encrypted the sensitive data.
RevealRequestStatus,
RevealRequestStatusGetSensitiveDataOccurrencesResponse.Builder status(RevealRequestStatus status)
The status of the request to retrieve occurrences of sensitive data reported by the finding. Possible values are:
ERROR - An error occurred when Amazon Macie attempted to locate, retrieve, or encrypt the sensitive data. The error value indicates the nature of the error that occurred.
PROCESSING - Macie is processing the request.
SUCCESS - Macie successfully located, retrieved, and encrypted the sensitive data.
status - The status of the request to retrieve occurrences of sensitive data reported by the finding. Possible
values are:
ERROR - An error occurred when Amazon Macie attempted to locate, retrieve, or encrypt the sensitive data. The error value indicates the nature of the error that occurred.
PROCESSING - Macie is processing the request.
SUCCESS - Macie successfully located, retrieved, and encrypted the sensitive data.
RevealRequestStatus,
RevealRequestStatusCopyright © 2022. All rights reserved.