| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static RecoveryPoint.Builder |
RecoveryPoint.builder() |
RecoveryPoint.Builder |
RecoveryPoint.Builder.namespaceArn(String namespaceArn)
The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
|
RecoveryPoint.Builder |
RecoveryPoint.Builder.namespaceName(String namespaceName)
The name of the namespace the recovery point is associated with.
|
RecoveryPoint.Builder |
RecoveryPoint.Builder.recoveryPointCreateTime(Instant recoveryPointCreateTime)
The time the recovery point is created.
|
RecoveryPoint.Builder |
RecoveryPoint.Builder.recoveryPointId(String recoveryPointId)
The unique identifier of the recovery point.
|
RecoveryPoint.Builder |
RecoveryPoint.toBuilder() |
RecoveryPoint.Builder |
RecoveryPoint.Builder.totalSizeInMegaBytes(Double totalSizeInMegaBytes)
The total size of the data in the recovery point in megabytes.
|
RecoveryPoint.Builder |
RecoveryPoint.Builder.workgroupName(String workgroupName)
The name of the workgroup the recovery point is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecoveryPoint.Builder> |
RecoveryPoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetRecoveryPointResponse.Builder |
GetRecoveryPointResponse.Builder.recoveryPoint(Consumer<RecoveryPoint.Builder> recoveryPoint)
The returned recovery point object.
|
Copyright © 2023. All rights reserved.