public static interface RecoveryPointSelection.Builder extends SdkPojo, CopyableBuilder<RecoveryPointSelection.Builder,RecoveryPointSelection>
| Modifier and Type | Method and Description |
|---|---|
default RecoveryPointSelection.Builder |
dateRange(Consumer<DateRange.Builder> dateRange)
Sets the value of the DateRange property for this object.
|
RecoveryPointSelection.Builder |
dateRange(DateRange dateRange)
Sets the value of the DateRange property for this object.
|
RecoveryPointSelection.Builder |
resourceIdentifiers(Collection<String> resourceIdentifiers)
These are the resources included in the resource selection (including type of resources and vaults).
|
RecoveryPointSelection.Builder |
resourceIdentifiers(String... resourceIdentifiers)
These are the resources included in the resource selection (including type of resources and vaults).
|
RecoveryPointSelection.Builder |
vaultNames(Collection<String> vaultNames)
These are the names of the vaults in which the selected recovery points are contained.
|
RecoveryPointSelection.Builder |
vaultNames(String... vaultNames)
These are the names of the vaults in which the selected recovery points are contained.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryPointSelection.Builder vaultNames(Collection<String> vaultNames)
These are the names of the vaults in which the selected recovery points are contained.
vaultNames - These are the names of the vaults in which the selected recovery points are contained.RecoveryPointSelection.Builder vaultNames(String... vaultNames)
These are the names of the vaults in which the selected recovery points are contained.
vaultNames - These are the names of the vaults in which the selected recovery points are contained.RecoveryPointSelection.Builder resourceIdentifiers(Collection<String> resourceIdentifiers)
These are the resources included in the resource selection (including type of resources and vaults).
resourceIdentifiers - These are the resources included in the resource selection (including type of resources and vaults).RecoveryPointSelection.Builder resourceIdentifiers(String... resourceIdentifiers)
These are the resources included in the resource selection (including type of resources and vaults).
resourceIdentifiers - These are the resources included in the resource selection (including type of resources and vaults).RecoveryPointSelection.Builder dateRange(DateRange dateRange)
dateRange - The new value for the DateRange property for this object.default RecoveryPointSelection.Builder dateRange(Consumer<DateRange.Builder> dateRange)
DateRange.Builder avoiding the need to
create one manually via DateRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dateRange(DateRange).
dateRange - a consumer that will call methods on DateRange.BuilderdateRange(DateRange)Copyright © 2023. All rights reserved.