public static interface LegalHold.Builder extends SdkPojo, CopyableBuilder<LegalHold.Builder,LegalHold>
| Modifier and Type | Method and Description |
|---|---|
LegalHold.Builder |
cancellationDate(Instant cancellationDate)
This is the time in number format when legal hold was cancelled.
|
LegalHold.Builder |
creationDate(Instant creationDate)
This is the time in number format when legal hold was created.
|
LegalHold.Builder |
description(String description)
This is the description of a legal hold.
|
LegalHold.Builder |
legalHoldArn(String legalHoldArn)
This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
LegalHold.Builder |
legalHoldId(String legalHoldId)
ID of specific legal hold on one or more recovery points.
|
LegalHold.Builder |
status(LegalHoldStatus status)
This is the status of the legal hold.
|
LegalHold.Builder |
status(String status)
This is the status of the legal hold.
|
LegalHold.Builder |
title(String title)
This is the title of a legal hold.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLegalHold.Builder title(String title)
This is the title of a legal hold.
title - This is the title of a legal hold.LegalHold.Builder status(String status)
This is the status of the legal hold. Statuses can be ACTIVE, CREATING,
CANCELED, and CANCELING.
status - This is the status of the legal hold. Statuses can be ACTIVE, CREATING,
CANCELED, and CANCELING.LegalHoldStatus,
LegalHoldStatusLegalHold.Builder status(LegalHoldStatus status)
This is the status of the legal hold. Statuses can be ACTIVE, CREATING,
CANCELED, and CANCELING.
status - This is the status of the legal hold. Statuses can be ACTIVE, CREATING,
CANCELED, and CANCELING.LegalHoldStatus,
LegalHoldStatusLegalHold.Builder description(String description)
This is the description of a legal hold.
description - This is the description of a legal hold.LegalHold.Builder legalHoldId(String legalHoldId)
ID of specific legal hold on one or more recovery points.
legalHoldId - ID of specific legal hold on one or more recovery points.LegalHold.Builder legalHoldArn(String legalHoldArn)
This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
legalHoldArn - This is an Amazon Resource Number (ARN) that uniquely identifies the legal hold; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.LegalHold.Builder creationDate(Instant creationDate)
This is the time in number format when legal hold was created.
creationDate - This is the time in number format when legal hold was created.LegalHold.Builder cancellationDate(Instant cancellationDate)
This is the time in number format when legal hold was cancelled.
cancellationDate - This is the time in number format when legal hold was cancelled.Copyright © 2023. All rights reserved.