| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryPointSelection.Builder |
RecoveryPointSelection.builder() |
default RecoveryPointSelection.Builder |
RecoveryPointSelection.Builder.dateRange(Consumer<DateRange.Builder> dateRange)
Sets the value of the DateRange property for this object.
|
RecoveryPointSelection.Builder |
RecoveryPointSelection.Builder.dateRange(DateRange dateRange)
Sets the value of the DateRange property for this object.
|
RecoveryPointSelection.Builder |
RecoveryPointSelection.Builder.resourceIdentifiers(Collection<String> resourceIdentifiers)
These are the resources included in the resource selection (including type of resources and vaults).
|
RecoveryPointSelection.Builder |
RecoveryPointSelection.Builder.resourceIdentifiers(String... resourceIdentifiers)
These are the resources included in the resource selection (including type of resources and vaults).
|
RecoveryPointSelection.Builder |
RecoveryPointSelection.toBuilder() |
RecoveryPointSelection.Builder |
RecoveryPointSelection.Builder.vaultNames(Collection<String> vaultNames)
These are the names of the vaults in which the selected recovery points are contained.
|
RecoveryPointSelection.Builder |
RecoveryPointSelection.Builder.vaultNames(String... vaultNames)
These are the names of the vaults in which the selected recovery points are contained.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecoveryPointSelection.Builder> |
RecoveryPointSelection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default CreateLegalHoldRequest.Builder |
CreateLegalHoldRequest.Builder.recoveryPointSelection(Consumer<RecoveryPointSelection.Builder> recoveryPointSelection)
This specifies criteria to assign a set of resources, such as resource types or backup vaults.
|
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.
|
Copyright © 2023. All rights reserved.