public static interface ListSnapshotsInRecycleBinRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ListSnapshotsInRecycleBinRequest.Builder,ListSnapshotsInRecycleBinRequest>
Modifier and Type | Method and Description |
---|---|
ListSnapshotsInRecycleBinRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListSnapshotsInRecycleBinRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListSnapshotsInRecycleBinRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSnapshotsInRecycleBinRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSnapshotsInRecycleBinRequest.Builder |
snapshotIds(Collection<String> snapshotIds)
The IDs of the snapshots to list.
|
ListSnapshotsInRecycleBinRequest.Builder |
snapshotIds(String... snapshotIds)
The IDs of the snapshots to list.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListSnapshotsInRecycleBinRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.ListSnapshotsInRecycleBinRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.ListSnapshotsInRecycleBinRequest.Builder snapshotIds(Collection<String> snapshotIds)
The IDs of the snapshots to list. Omit this parameter to list all of the snapshots that are in the Recycle Bin.
snapshotIds
- The IDs of the snapshots to list. Omit this parameter to list all of the snapshots that are in the
Recycle Bin.ListSnapshotsInRecycleBinRequest.Builder snapshotIds(String... snapshotIds)
The IDs of the snapshots to list. Omit this parameter to list all of the snapshots that are in the Recycle Bin.
snapshotIds
- The IDs of the snapshots to list. Omit this parameter to list all of the snapshots that are in the
Recycle Bin.ListSnapshotsInRecycleBinRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListSnapshotsInRecycleBinRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.