public static interface DescribeRecoverySnapshotsRequest.Builder extends DrsRequest.Builder, SdkPojo, CopyableBuilder<DescribeRecoverySnapshotsRequest.Builder,DescribeRecoverySnapshotsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRecoverySnapshotsRequest.Builder filters(DescribeRecoverySnapshotsRequestFilters filters)
A set of filters by which to return Recovery Snapshots.
filters - A set of filters by which to return Recovery Snapshots.default DescribeRecoverySnapshotsRequest.Builder filters(Consumer<DescribeRecoverySnapshotsRequestFilters.Builder> filters)
A set of filters by which to return Recovery Snapshots.
This is a convenience method that creates an instance of theDescribeRecoverySnapshotsRequestFilters.Builder avoiding the need to create one manually via
DescribeRecoverySnapshotsRequestFilters.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to filters(DescribeRecoverySnapshotsRequestFilters).
filters - a consumer that will call methods on DescribeRecoverySnapshotsRequestFilters.Builderfilters(DescribeRecoverySnapshotsRequestFilters)DescribeRecoverySnapshotsRequest.Builder maxResults(Integer maxResults)
Maximum number of Recovery Snapshots to retrieve.
maxResults - Maximum number of Recovery Snapshots to retrieve.DescribeRecoverySnapshotsRequest.Builder nextToken(String nextToken)
The token of the next Recovery Snapshot to retrieve.
nextToken - The token of the next Recovery Snapshot to retrieve.DescribeRecoverySnapshotsRequest.Builder order(String order)
The sorted ordering by which to return Recovery Snapshots.
order - The sorted ordering by which to return Recovery Snapshots.RecoverySnapshotsOrder,
RecoverySnapshotsOrderDescribeRecoverySnapshotsRequest.Builder order(RecoverySnapshotsOrder order)
The sorted ordering by which to return Recovery Snapshots.
order - The sorted ordering by which to return Recovery Snapshots.RecoverySnapshotsOrder,
RecoverySnapshotsOrderDescribeRecoverySnapshotsRequest.Builder sourceServerID(String sourceServerID)
Filter Recovery Snapshots by Source Server ID.
sourceServerID - Filter Recovery Snapshots by Source Server ID.DescribeRecoverySnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeRecoverySnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.