Interface GetExportSnapshotRecordsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetExportSnapshotRecordsResponse.Builder,GetExportSnapshotRecordsResponse>,LightsailResponse.Builder,SdkBuilder<GetExportSnapshotRecordsResponse.Builder,GetExportSnapshotRecordsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetExportSnapshotRecordsResponse
public static interface GetExportSnapshotRecordsResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetExportSnapshotRecordsResponse.Builder,GetExportSnapshotRecordsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetExportSnapshotRecordsResponse.BuilderexportSnapshotRecords(Collection<ExportSnapshotRecord> exportSnapshotRecords)A list of objects describing the export snapshot records.GetExportSnapshotRecordsResponse.BuilderexportSnapshotRecords(Consumer<ExportSnapshotRecord.Builder>... exportSnapshotRecords)A list of objects describing the export snapshot records.GetExportSnapshotRecordsResponse.BuilderexportSnapshotRecords(ExportSnapshotRecord... exportSnapshotRecords)A list of objects describing the export snapshot records.GetExportSnapshotRecordsResponse.BuildernextPageToken(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
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#exportSnapshotRecords(List.) - 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:
#exportSnapshotRecords(java.util.Collection)
-
nextPageToken
GetExportSnapshotRecordsResponse.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
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.
-
-