public static interface GetExportSnapshotRecordsResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetExportSnapshotRecordsResponse.Builder,GetExportSnapshotRecordsResponse>
Modifier and Type | Method and Description |
---|---|
GetExportSnapshotRecordsResponse.Builder |
exportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
GetExportSnapshotRecordsResponse.Builder |
exportSnapshotRecords(Consumer<ExportSnapshotRecord.Builder>... exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
GetExportSnapshotRecordsResponse.Builder |
exportSnapshotRecords(ExportSnapshotRecord... exportSnapshotRecords)
A list of objects describing the export snapshot records.
|
GetExportSnapshotRecordsResponse.Builder |
nextPageToken(String nextPageToken)
A token used for advancing to the next page of results of your get relational database bundles request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetExportSnapshotRecordsResponse.Builder exportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)
A list of objects describing the export snapshot records.
exportSnapshotRecords
- A list of objects describing the export snapshot records.GetExportSnapshotRecordsResponse.Builder exportSnapshotRecords(ExportSnapshotRecord... exportSnapshotRecords)
A list of objects describing the export snapshot records.
exportSnapshotRecords
- A list of objects describing the export snapshot records.GetExportSnapshotRecordsResponse.Builder exportSnapshotRecords(Consumer<ExportSnapshotRecord.Builder>... exportSnapshotRecords)
A list of objects describing the export snapshot records.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #exportSnapshotRecords(List)
.exportSnapshotRecords
- a consumer that will call methods on List.Builder
#exportSnapshotRecords(List)
GetExportSnapshotRecordsResponse.Builder nextPageToken(String nextPageToken)
A token used for advancing to the next page of results of your get relational database bundles request.
nextPageToken
- A token used for advancing to the next page of results of your get relational database bundles
request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.