public static interface DescribeFastSnapshotRestoresResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFastSnapshotRestoresResponse.Builder,DescribeFastSnapshotRestoresResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFastSnapshotRestoresResponse.Builder |
fastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
DescribeFastSnapshotRestoresResponse.Builder |
fastSnapshotRestores(Consumer<DescribeFastSnapshotRestoreSuccessItem.Builder>... fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
DescribeFastSnapshotRestoresResponse.Builder |
fastSnapshotRestores(DescribeFastSnapshotRestoreSuccessItem... fastSnapshotRestores)
Information about the state of fast snapshot restores.
|
DescribeFastSnapshotRestoresResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFastSnapshotRestoresResponse.Builder fastSnapshotRestores(Collection<DescribeFastSnapshotRestoreSuccessItem> fastSnapshotRestores)
Information about the state of fast snapshot restores.
fastSnapshotRestores - Information about the state of fast snapshot restores.DescribeFastSnapshotRestoresResponse.Builder fastSnapshotRestores(DescribeFastSnapshotRestoreSuccessItem... fastSnapshotRestores)
Information about the state of fast snapshot restores.
fastSnapshotRestores - Information about the state of fast snapshot restores.DescribeFastSnapshotRestoresResponse.Builder fastSnapshotRestores(Consumer<DescribeFastSnapshotRestoreSuccessItem.Builder>... fastSnapshotRestores)
Information about the state of fast snapshot restores.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #fastSnapshotRestores(List) .fastSnapshotRestores - a consumer that will call methods on List.Builder #fastSnapshotRestores(List) DescribeFastSnapshotRestoresResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.