public static interface GetInstanceSnapshotsResponse.Builder extends LightsailResponse.Builder, 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(InstanceSnapshot... instanceSnapshots)
An array of key-value pairs containing information about the results of your get instance snapshots request.
|
GetInstanceSnapshotsResponse.Builder |
nextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get instance snapshots request.
|
buildcopyapply, 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 nextPageToken(String nextPageToken)
A token used for advancing to the next page of results from your get instance snapshots request.
nextPageToken - A token used for advancing to the next page of results from your get instance snapshots request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.