Uses of Interface
software.amazon.awssdk.services.macie2.model.UserPausedDetails.Builder
-
Packages that use UserPausedDetails.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of UserPausedDetails.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return UserPausedDetails.Builder Modifier and Type Method Description static UserPausedDetails.BuilderUserPausedDetails. builder()UserPausedDetails.BuilderUserPausedDetails.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.BuilderUserPausedDetails.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.BuilderUserPausedDetails.Builder. jobPausedAt(Instant jobPausedAt)The date and time, in UTC and extended ISO 8601 format, when you paused the job.UserPausedDetails.BuilderUserPausedDetails. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type UserPausedDetails.Builder Modifier and Type Method Description static Class<? extends UserPausedDetails.Builder>UserPausedDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type UserPausedDetails.Builder Modifier and Type Method Description default DescribeClassificationJobResponse.BuilderDescribeClassificationJobResponse.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 JobSummary.BuilderJobSummary.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.
-