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 theDescribeFastSnapshotRestoreSuccessItem.Builder avoiding the
need to create one manually via
DescribeFastSnapshotRestoreSuccessItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #fastSnapshotRestores(List.
fastSnapshotRestores - a consumer that will call methods on
DescribeFastSnapshotRestoreSuccessItem.Builder#fastSnapshotRestores(java.util.Collection) 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 © 2023. All rights reserved.