public static interface GetInstanceSnapshotsResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetInstanceSnapshotsResponse.Builder |
instanceSnapshots(Collection<InstanceSnapshot> instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
|
GetInstanceSnapshotsResponse.Builder |
instanceSnapshots(Consumer<InstanceSnapshot.Builder>... instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
|
GetInstanceSnapshotsResponse.Builder |
instanceSnapshots(InstanceSnapshot... instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
|
GetInstanceSnapshotsResponse.Builder |
nextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetInstanceSnapshotsResponse.Builder instanceSnapshots(Collection<InstanceSnapshot> instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
instanceSnapshots - An array of key-value pairs containing information about the results of your get instance snapshots
request.GetInstanceSnapshotsResponse.Builder instanceSnapshots(InstanceSnapshot... instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
instanceSnapshots - An array of key-value pairs containing information about the results of your get instance snapshots
request.GetInstanceSnapshotsResponse.Builder instanceSnapshots(Consumer<InstanceSnapshot.Builder>... instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
This is a convenience method that creates an instance of theInstanceSnapshot.Builder avoiding the need to create
one manually via InstanceSnapshot.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #instanceSnapshots(List.
instanceSnapshots - a consumer that will call methods on
InstanceSnapshot.Builder#instanceSnapshots(java.util.Collection) GetInstanceSnapshotsResponse.Builder nextPageToken(String nextPageToken)
The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetInstanceSnapshots request and specify the
next page token using the pageToken parameter.
nextPageToken - The token to advance to the next page of results from your request.
A next page token is not returned if there are no more results to display.
To get the next page of results, perform another GetInstanceSnapshots request and specify
the next page token using the pageToken parameter.
Copyright © 2022. All rights reserved.