Interface UserPausedDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserPausedDetails.Builder,
,UserPausedDetails> SdkBuilder<UserPausedDetails.Builder,
,UserPausedDetails> SdkPojo
- Enclosing class:
UserPausedDetails
public static interface UserPausedDetails.Builder
extends SdkPojo, CopyableBuilder<UserPausedDetails.Builder,UserPausedDetails>
-
Method Summary
Modifier and TypeMethodDescriptionjobExpiresAt
(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.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.jobPausedAt
(Instant jobPausedAt) The date and time, in UTC and extended ISO 8601 format, when you paused the job.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
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobImminentExpirationHealthEventArn
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobPausedAt
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
- Parameters:
jobPausedAt
- The date and time, in UTC and extended ISO 8601 format, when you paused the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-