public static interface UserPausedDetails.Builder extends SdkPojo, CopyableBuilder<UserPausedDetails.Builder,UserPausedDetails>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
jobPausedAt(Instant jobPausedAt)
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserPausedDetails.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.
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 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. This value is null if a job has been paused for less than 23 days.
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. This value is null if a job has been paused for less
than 23 days.UserPausedDetails.Builder jobPausedAt(Instant jobPausedAt)
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
jobPausedAt - The date and time, in UTC and extended ISO 8601 format, when you paused the job.Copyright © 2023. All rights reserved.