| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static LegalHold.Builder |
LegalHold.builder() |
LegalHold.Builder |
LegalHold.Builder.cancellationDate(Instant cancellationDate)
This is the time in number format when legal hold was cancelled.
|
LegalHold.Builder |
LegalHold.Builder.creationDate(Instant creationDate)
This is the time in number format when legal hold was created.
|
LegalHold.Builder |
LegalHold.Builder.description(String description)
This is the description of a legal hold.
|
LegalHold.Builder |
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 |
LegalHold.Builder.legalHoldId(String legalHoldId)
ID of specific legal hold on one or more recovery points.
|
LegalHold.Builder |
LegalHold.Builder.status(LegalHoldStatus status)
This is the status of the legal hold.
|
LegalHold.Builder |
LegalHold.Builder.status(String status)
This is the status of the legal hold.
|
LegalHold.Builder |
LegalHold.Builder.title(String title)
This is the title of a legal hold.
|
LegalHold.Builder |
LegalHold.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LegalHold.Builder> |
LegalHold.serializableBuilderClass() |
Copyright © 2023. All rights reserved.