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 will expire and be cancelled if you
don't resume it first.
|
UserPausedDetails.Builder |
jobImminentExpirationHealthEventArn(String jobImminentExpirationHealthEventArn)
The Amazon Resource Name (ARN) of the AWS Health event that Amazon Macie sent to notify you of the job'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 will expire and be cancelled if you don't resume it first. If you don't resume a job within 30 days of pausing it, the job expires and Amazon Macie cancels it.
jobExpiresAt - The date and time, in UTC and extended ISO 8601 format, when the job will expire and be cancelled if
you don't resume it first. If you don't resume a job within 30 days of pausing it, the job expires and
Amazon Macie cancels it.UserPausedDetails.Builder jobImminentExpirationHealthEventArn(String jobImminentExpirationHealthEventArn)
The Amazon Resource Name (ARN) of the AWS Health event that Amazon Macie sent to notify you of the job'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 AWS Health event that Amazon Macie sent to notify you of the
job'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 © 2020. All rights reserved.