public static interface ListCopyJobsResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<ListCopyJobsResponse.Builder,ListCopyJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCopyJobsResponse.Builder |
copyJobs(Collection<CopyJob> copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
ListCopyJobsResponse.Builder |
copyJobs(Consumer<CopyJob.Builder>... copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
ListCopyJobsResponse.Builder |
copyJobs(CopyJob... copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
|
ListCopyJobsResponse.Builder |
nextToken(String nextToken)
The next item following a partial list of returned items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCopyJobsResponse.Builder copyJobs(Collection<CopyJob> copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
copyJobs - An array of structures containing metadata about your copy jobs returned in JSON format.ListCopyJobsResponse.Builder copyJobs(CopyJob... copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
copyJobs - An array of structures containing metadata about your copy jobs returned in JSON format.ListCopyJobsResponse.Builder copyJobs(Consumer<CopyJob.Builder>... copyJobs)
An array of structures containing metadata about your copy jobs returned in JSON format.
This is a convenience method that creates an instance of theCopyJob.Builder avoiding the need to create one manually
via CopyJob.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #copyJobs(List.
copyJobs - a consumer that will call methods on
CopyJob.Builder#copyJobs(java.util.Collection) ListCopyJobsResponse.Builder nextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return maxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned items. For example, if a request is made to return
maxResults number of items, NextToken allows you to return more items in your list starting at the
location pointed to by the next token.Copyright © 2023. All rights reserved.