Uses of Interface
software.amazon.awssdk.services.backup.model.RestoreJobCreator.Builder
-
Packages that use RestoreJobCreator.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RestoreJobCreator.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RestoreJobCreator.Builder Modifier and Type Method Description static RestoreJobCreator.BuilderRestoreJobCreator. builder()RestoreJobCreator.BuilderRestoreJobCreator.Builder. restoreTestingPlanArn(String restoreTestingPlanArn)An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.RestoreJobCreator.BuilderRestoreJobCreator. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RestoreJobCreator.Builder Modifier and Type Method Description static Class<? extends RestoreJobCreator.Builder>RestoreJobCreator. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RestoreJobCreator.Builder Modifier and Type Method Description default DescribeRestoreJobResponse.BuilderDescribeRestoreJobResponse.Builder. createdBy(Consumer<RestoreJobCreator.Builder> createdBy)Contains identifying information about the creation of a restore job.default RestoreJobsListMember.BuilderRestoreJobsListMember.Builder. createdBy(Consumer<RestoreJobCreator.Builder> createdBy)Contains identifying information about the creation of a restore job.
-