static SnapshotConfiguration.Builder |
SnapshotConfiguration.builder() |
|
default SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.destinationConfiguration(Consumer<SnapshotDestinationConfiguration.Builder> destinationConfiguration) |
A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.destinationConfiguration(SnapshotDestinationConfiguration destinationConfiguration) |
A structure that contains information on the Amazon S3 bucket that the generated snapshot is stored in.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.fileGroups(Collection<SnapshotFileGroup> fileGroups) |
A list of SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.fileGroups(Consumer<SnapshotFileGroup.Builder>... fileGroups) |
A list of SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.fileGroups(SnapshotFileGroup... fileGroups) |
A list of SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated.
|
default SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.parameters(Consumer<Parameters.Builder> parameters) |
Sets the value of the Parameters property for this object.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.Builder.parameters(Parameters parameters) |
Sets the value of the Parameters property for this object.
|
SnapshotConfiguration.Builder |
SnapshotConfiguration.toBuilder() |
|