public static interface ProtectedTask.Builder extends SdkPojo, CopyableBuilder<ProtectedTask.Builder,ProtectedTask>
| Modifier and Type | Method and Description |
|---|---|
ProtectedTask.Builder |
expirationDate(Instant expirationDate)
The epoch time when protection for the task will expire.
|
ProtectedTask.Builder |
protectionEnabled(Boolean protectionEnabled)
The protection status of the task.
|
ProtectedTask.Builder |
taskArn(String taskArn)
The task ARN.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectedTask.Builder taskArn(String taskArn)
The task ARN.
taskArn - The task ARN.ProtectedTask.Builder protectionEnabled(Boolean protectionEnabled)
The protection status of the task. If scale-in protection is enabled for a task, the value is
true. Otherwise, it is false.
protectionEnabled - The protection status of the task. If scale-in protection is enabled for a task, the value is
true. Otherwise, it is false.ProtectedTask.Builder expirationDate(Instant expirationDate)
The epoch time when protection for the task will expire.
expirationDate - The epoch time when protection for the task will expire.Copyright © 2022. All rights reserved.