Interface GetExportSnapshotRecordsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetExportSnapshotRecordsResponse.Builder,,GetExportSnapshotRecordsResponse> LightsailResponse.Builder,SdkBuilder<GetExportSnapshotRecordsResponse.Builder,,GetExportSnapshotRecordsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetExportSnapshotRecordsResponse
-
Method Summary
Modifier and TypeMethodDescriptionexportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords) A list of objects describing the export snapshot records.exportSnapshotRecords(Consumer<ExportSnapshotRecord.Builder>... exportSnapshotRecords) A list of objects describing the export snapshot records.exportSnapshotRecords(ExportSnapshotRecord... exportSnapshotRecords) A list of objects describing the export snapshot records.nextPageToken(String nextPageToken) The token to advance to the next page of results from your request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
exportSnapshotRecords
GetExportSnapshotRecordsResponse.Builder exportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords) A list of objects describing the export snapshot records.
- Parameters:
exportSnapshotRecords- A list of objects describing the export snapshot records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportSnapshotRecords
GetExportSnapshotRecordsResponse.Builder exportSnapshotRecords(ExportSnapshotRecord... exportSnapshotRecords) A list of objects describing the export snapshot records.
- Parameters:
exportSnapshotRecords- A list of objects describing the export snapshot records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportSnapshotRecords
GetExportSnapshotRecordsResponse.Builder exportSnapshotRecords(Consumer<ExportSnapshotRecord.Builder>... exportSnapshotRecords) A list of objects describing the export snapshot records.
This is a convenience method that creates an instance of theExportSnapshotRecord.Builderavoiding the need to create one manually viaExportSnapshotRecord.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportSnapshotRecords(List<ExportSnapshotRecord>).- Parameters:
exportSnapshotRecords- a consumer that will call methods onExportSnapshotRecord.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
GetExportSnapshotRecordsrequest and specify the next page token using thepageTokenparameter.- 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
GetExportSnapshotRecordsrequest and specify the next page token using thepageTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-