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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserPausedDetails.BuilderjobExpiresAt(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.BuilderjobImminentExpirationHealthEventArn(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.BuilderjobPausedAt(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
jobExpiresAt
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.
- 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
UserPausedDetails.Builder jobPausedAt(Instant 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.
-
-