public static interface ListSnapshotsInRecycleBinResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ListSnapshotsInRecycleBinResponse.Builder,ListSnapshotsInRecycleBinResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsInRecycleBinResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
ListSnapshotsInRecycleBinResponse.Builder |
snapshots(Collection<SnapshotRecycleBinInfo> snapshots)
Information about the snapshots.
|
ListSnapshotsInRecycleBinResponse.Builder |
snapshots(Consumer<SnapshotRecycleBinInfo.Builder>... snapshots)
Information about the snapshots.
|
ListSnapshotsInRecycleBinResponse.Builder |
snapshots(SnapshotRecycleBinInfo... snapshots)
Information about the snapshots.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSnapshotsInRecycleBinResponse.Builder snapshots(Collection<SnapshotRecycleBinInfo> snapshots)
Information about the snapshots.
snapshots - Information about the snapshots.ListSnapshotsInRecycleBinResponse.Builder snapshots(SnapshotRecycleBinInfo... snapshots)
Information about the snapshots.
snapshots - Information about the snapshots.ListSnapshotsInRecycleBinResponse.Builder snapshots(Consumer<SnapshotRecycleBinInfo.Builder>... snapshots)
Information about the snapshots.
This is a convenience method that creates an instance of theSnapshotRecycleBinInfo.Builder avoiding the need to create
one manually via SnapshotRecycleBinInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #snapshots(List.
snapshots - a consumer that will call methods on
SnapshotRecycleBinInfo.Builder#snapshots(java.util.Collection) ListSnapshotsInRecycleBinResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.