Uses of Interface
software.amazon.awssdk.services.redshiftserverless.model.RecoveryPoint.Builder
-
Packages that use RecoveryPoint.Builder Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of RecoveryPoint.Builder in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return RecoveryPoint.Builder Modifier and Type Method Description static RecoveryPoint.BuilderRecoveryPoint. builder()RecoveryPoint.BuilderRecoveryPoint.Builder. namespaceArn(String namespaceArn)The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.RecoveryPoint.BuilderRecoveryPoint.Builder. namespaceName(String namespaceName)The name of the namespace the recovery point is associated with.RecoveryPoint.BuilderRecoveryPoint.Builder. recoveryPointCreateTime(Instant recoveryPointCreateTime)The time the recovery point is created.RecoveryPoint.BuilderRecoveryPoint.Builder. recoveryPointId(String recoveryPointId)The unique identifier of the recovery point.RecoveryPoint.BuilderRecoveryPoint. toBuilder()RecoveryPoint.BuilderRecoveryPoint.Builder. totalSizeInMegaBytes(Double totalSizeInMegaBytes)The total size of the data in the recovery point in megabytes.RecoveryPoint.BuilderRecoveryPoint.Builder. workgroupName(String workgroupName)The name of the workgroup the recovery point is associated with.Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type RecoveryPoint.Builder Modifier and Type Method Description static Class<? extends RecoveryPoint.Builder>RecoveryPoint. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type RecoveryPoint.Builder Modifier and Type Method Description default GetRecoveryPointResponse.BuilderGetRecoveryPointResponse.Builder. recoveryPoint(Consumer<RecoveryPoint.Builder> recoveryPoint)The returned recovery point object.
-