| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.builder() |
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.creationDate(Instant creationDate)
Time in number format when legal hold was created.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.description(String description)
This is the returned string description of the legal hold.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.legalHoldArn(String legalHoldArn)
This is the ARN (Amazon Resource Number) of the created legal hold.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.legalHoldId(String legalHoldId)
Legal hold ID returned for the specified legal hold on a recovery point.
|
default CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.recoveryPointSelection(Consumer<RecoveryPointSelection.Builder> recoveryPointSelection)
This specifies criteria to assign a set of resources, such as resource types or backup vaults.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.recoveryPointSelection(RecoveryPointSelection recoveryPointSelection)
This specifies criteria to assign a set of resources, such as resource types or backup vaults.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.status(LegalHoldStatus status)
This displays the status of the legal hold returned after creating the legal hold.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.status(String status)
This displays the status of the legal hold returned after creating the legal hold.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.Builder.title(String title)
This is the string title of the legal hold returned after creating the legal hold.
|
CreateLegalHoldResponse.Builder |
CreateLegalHoldResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLegalHoldResponse.Builder> |
CreateLegalHoldResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.