Interface LastRunErrorStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LastRunErrorStatus.Builder,
,LastRunErrorStatus> SdkBuilder<LastRunErrorStatus.Builder,
,LastRunErrorStatus> SdkPojo
- Enclosing class:
LastRunErrorStatus
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether any account- or bucket-level access errors occurred when the job ran.code
(LastRunErrorStatusCode code) Specifies whether any account- or bucket-level access errors occurred when the job ran.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
code
Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run. Possible values are:
-
ERROR - One or more errors occurred. Amazon Macie didn't process all the data specified for the job.
-
NONE - No errors occurred. Macie processed all the data specified for the job.
- Parameters:
code
- Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run. Possible values are:-
ERROR - One or more errors occurred. Amazon Macie didn't process all the data specified for the job.
-
NONE - No errors occurred. Macie processed all the data specified for the job.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
code
Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run. Possible values are:
-
ERROR - One or more errors occurred. Amazon Macie didn't process all the data specified for the job.
-
NONE - No errors occurred. Macie processed all the data specified for the job.
- Parameters:
code
- Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run. Possible values are:-
ERROR - One or more errors occurred. Amazon Macie didn't process all the data specified for the job.
-
NONE - No errors occurred. Macie processed all the data specified for the job.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-