Uses of Interface
software.amazon.awssdk.services.backup.model.CreateReportPlanResponse.Builder
-
Packages that use CreateReportPlanResponse.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of CreateReportPlanResponse.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return CreateReportPlanResponse.Builder Modifier and Type Method Description static CreateReportPlanResponse.BuilderCreateReportPlanResponse. builder()CreateReportPlanResponse.BuilderCreateReportPlanResponse.Builder. creationTime(Instant creationTime)The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC).CreateReportPlanResponse.BuilderCreateReportPlanResponse.Builder. reportPlanArn(String reportPlanArn)An Amazon Resource Name (ARN) that uniquely identifies a resource.CreateReportPlanResponse.BuilderCreateReportPlanResponse.Builder. reportPlanName(String reportPlanName)The unique name of the report plan.CreateReportPlanResponse.BuilderCreateReportPlanResponse. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type CreateReportPlanResponse.Builder Modifier and Type Method Description static Class<? extends CreateReportPlanResponse.Builder>CreateReportPlanResponse. serializableBuilderClass()
-