Interface GetInstanceSnapshotsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>, LightsailResponse.Builder, SdkBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetInstanceSnapshotsResponse

public static interface GetInstanceSnapshotsResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetInstanceSnapshotsResponse.Builder,GetInstanceSnapshotsResponse>
  • Method Details

    • instanceSnapshots

      GetInstanceSnapshotsResponse.Builder instanceSnapshots(Collection<InstanceSnapshot> instanceSnapshots)

      An array of key-value pairs containing information about the results of your get instance snapshots request.

      Parameters:
      instanceSnapshots - An array of key-value pairs containing information about the results of your get instance snapshots request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceSnapshots

      GetInstanceSnapshotsResponse.Builder instanceSnapshots(InstanceSnapshot... instanceSnapshots)

      An array of key-value pairs containing information about the results of your get instance snapshots request.

      Parameters:
      instanceSnapshots - An array of key-value pairs containing information about the results of your get instance snapshots request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the InstanceSnapshot.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<InstanceSnapshot>).

      Parameters:
      instanceSnapshots - a consumer that will call methods on InstanceSnapshot.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextPageToken

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.