| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static UserPausedDetails.Builder |
UserPausedDetails.builder() |
UserPausedDetails.Builder |
UserPausedDetails.Builder.jobExpiresAt(Instant jobExpiresAt)
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled
if you don't resume it first.
|
UserPausedDetails.Builder |
UserPausedDetails.Builder.jobImminentExpirationHealthEventArn(String jobImminentExpirationHealthEventArn)
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job
run's pending expiration and cancellation.
|
UserPausedDetails.Builder |
UserPausedDetails.Builder.jobPausedAt(Instant jobPausedAt)
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
|
UserPausedDetails.Builder |
UserPausedDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserPausedDetails.Builder> |
UserPausedDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobSummary.Builder |
JobSummary.Builder.userPausedDetails(Consumer<UserPausedDetails.Builder> userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job
run will expire and be cancelled if it isn't resumed.
|
default DescribeClassificationJobResponse.Builder |
DescribeClassificationJobResponse.Builder.userPausedDetails(Consumer<UserPausedDetails.Builder> userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job
run will expire and be cancelled if it isn't resumed.
|
Copyright © 2022. All rights reserved.