Interface DestinationBackup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationBackup.Builder,DestinationBackup>,SdkBuilder<DestinationBackup.Builder,DestinationBackup>,SdkPojo
- Enclosing class:
- DestinationBackup
public static interface DestinationBackup.Builder extends SdkPojo, CopyableBuilder<DestinationBackup.Builder,DestinationBackup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationBackup.BuildercreateTimestamp(Instant createTimestamp)The date and time when both the source backup was created.DestinationBackup.BuildersourceBackup(String sourceBackup)The identifier (ID) of the source backup from which the new backup was copied.DestinationBackup.BuildersourceCluster(String sourceCluster)The identifier (ID) of the cluster containing the source backup from which the new backup was copied.DestinationBackup.BuildersourceRegion(String sourceRegion)The AWS region that contains the source backup from which the new backup was copied.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createTimestamp
DestinationBackup.Builder createTimestamp(Instant createTimestamp)
The date and time when both the source backup was created.
- Parameters:
createTimestamp- The date and time when both the source backup was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceRegion
DestinationBackup.Builder sourceRegion(String sourceRegion)
The AWS region that contains the source backup from which the new backup was copied.
- Parameters:
sourceRegion- The AWS region that contains the source backup from which the new backup was copied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceBackup
DestinationBackup.Builder sourceBackup(String sourceBackup)
The identifier (ID) of the source backup from which the new backup was copied.
- Parameters:
sourceBackup- The identifier (ID) of the source backup from which the new backup was copied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceCluster
DestinationBackup.Builder sourceCluster(String sourceCluster)
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
- Parameters:
sourceCluster- The identifier (ID) of the cluster containing the source backup from which the new backup was copied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-