CopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
, SdkBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
public static interface DescribeSnapshotsResponse.Builder extends CopyableBuilder<DescribeSnapshotsResponse.Builder,DescribeSnapshotsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeSnapshotsResponse.Builder |
marker(String marker) |
An optional marker returned from a prior request.
|
DescribeSnapshotsResponse.Builder |
snapshots(Collection<Snapshot> snapshots) |
A list of snapshots.
|
DescribeSnapshotsResponse.Builder |
snapshots(Snapshot... snapshots) |
A list of snapshots.
|
copy
apply, build
DescribeSnapshotsResponse.Builder marker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by MaxRecords
.
marker
- An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.DescribeSnapshotsResponse.Builder snapshots(Collection<Snapshot> snapshots)
A list of snapshots. Each item in the list contains detailed information about one snapshot.
snapshots
- A list of snapshots. Each item in the list contains detailed information about one snapshot.DescribeSnapshotsResponse.Builder snapshots(Snapshot... snapshots)
A list of snapshots. Each item in the list contains detailed information about one snapshot.
NOTE: This method appends the values to the existing list (if any). Use
#setSnapshots(java.util.Collection)
or #withSnapshots(java.util.Collection)
if you want to
override the existing values.
snapshots
- A list of snapshots. Each item in the list contains detailed information about one snapshot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.