Interface ListSearchResultExportJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupSearchResponse.Builder,Buildable,CopyableBuilder<ListSearchResultExportJobsResponse.Builder,ListSearchResultExportJobsResponse>,SdkBuilder<ListSearchResultExportJobsResponse.Builder,ListSearchResultExportJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSearchResultExportJobsResponse
public static interface ListSearchResultExportJobsResponse.Builder extends BackupSearchResponse.Builder, SdkPojo, CopyableBuilder<ListSearchResultExportJobsResponse.Builder,ListSearchResultExportJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSearchResultExportJobsResponse.BuilderexportJobs(Collection<ExportJobSummary> exportJobs)The operation returns the included export jobs.ListSearchResultExportJobsResponse.BuilderexportJobs(Consumer<ExportJobSummary.Builder>... exportJobs)The operation returns the included export jobs.ListSearchResultExportJobsResponse.BuilderexportJobs(ExportJobSummary... exportJobs)The operation returns the included export jobs.ListSearchResultExportJobsResponse.BuildernextToken(String nextToken)The next item following a partial list of returned backups included in a search job.-
Methods inherited from interface software.amazon.awssdk.services.backupsearch.model.BackupSearchResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
exportJobs
ListSearchResultExportJobsResponse.Builder exportJobs(Collection<ExportJobSummary> exportJobs)
The operation returns the included export jobs.
- Parameters:
exportJobs- The operation returns the included export jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportJobs
ListSearchResultExportJobsResponse.Builder exportJobs(ExportJobSummary... exportJobs)
The operation returns the included export jobs.
- Parameters:
exportJobs- The operation returns the included export jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportJobs
ListSearchResultExportJobsResponse.Builder exportJobs(Consumer<ExportJobSummary.Builder>... exportJobs)
The operation returns the included export jobs.
This is a convenience method that creates an instance of theExportJobSummary.Builderavoiding the need to create one manually viaExportJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#exportJobs(List.) - Parameters:
exportJobs- a consumer that will call methods onExportJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#exportJobs(java.util.Collection)
-
nextToken
ListSearchResultExportJobsResponse.Builder nextToken(String nextToken)
The next item following a partial list of returned backups included in a search job.
For example, if a request is made to return
MaxResultsnumber of backups,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Parameters:
nextToken- The next item following a partial list of returned backups included in a search job.For example, if a request is made to return
MaxResultsnumber of backups,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-