| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static GetLegalHoldResponse.Builder |
GetLegalHoldResponse.builder() |
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.cancelDescription(String cancelDescription)
String describing the reason for removing the legal hold.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.cancellationDate(Instant cancellationDate)
Time in number when legal hold was cancelled.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.creationDate(Instant creationDate)
Time in number format when legal hold was created.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.description(String description)
This is the returned string description of the legal hold.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.legalHoldArn(String legalHoldArn)
This is the returned framework ARN for the specified legal hold.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.legalHoldId(String legalHoldId)
This is the returned ID associated with a specified legal hold.
|
default GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.recoveryPointSelection(Consumer<RecoveryPointSelection.Builder> recoveryPointSelection)
This specifies criteria to assign a set of resources, such as resource types or backup vaults.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.recoveryPointSelection(RecoveryPointSelection recoveryPointSelection)
This specifies criteria to assign a set of resources, such as resource types or backup vaults.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.retainRecordUntil(Instant retainRecordUntil)
This is the date and time until which the legal hold record will be retained.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.status(LegalHoldStatus status)
This is the status of the legal hold.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.status(String status)
This is the status of the legal hold.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.Builder.title(String title)
This is the string title of the legal hold.
|
GetLegalHoldResponse.Builder |
GetLegalHoldResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLegalHoldResponse.Builder> |
GetLegalHoldResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.