CopyableBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>, SdkBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>public static interface GetInstanceSnapshotsResponse.Builder extends CopyableBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceSnapshots(java.util.Collection) or #withInstanceSnapshots(java.util.Collection)
if you want to override the existing values.
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.