public static interface ListDiscoveryJobsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<ListDiscoveryJobsResponse.Builder,ListDiscoveryJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDiscoveryJobsResponse.Builder |
discoveryJobs(Collection<DiscoveryJobListEntry> discoveryJobs)
The discovery jobs that you've run.
|
ListDiscoveryJobsResponse.Builder |
discoveryJobs(Consumer<DiscoveryJobListEntry.Builder>... discoveryJobs)
The discovery jobs that you've run.
|
ListDiscoveryJobsResponse.Builder |
discoveryJobs(DiscoveryJobListEntry... discoveryJobs)
The discovery jobs that you've run.
|
ListDiscoveryJobsResponse.Builder |
nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDiscoveryJobsResponse.Builder discoveryJobs(Collection<DiscoveryJobListEntry> discoveryJobs)
The discovery jobs that you've run.
discoveryJobs - The discovery jobs that you've run.ListDiscoveryJobsResponse.Builder discoveryJobs(DiscoveryJobListEntry... discoveryJobs)
The discovery jobs that you've run.
discoveryJobs - The discovery jobs that you've run.ListDiscoveryJobsResponse.Builder discoveryJobs(Consumer<DiscoveryJobListEntry.Builder>... discoveryJobs)
The discovery jobs that you've run.
This is a convenience method that creates an instance of theDiscoveryJobListEntry.Builder avoiding the need to
create one manually via
DiscoveryJobListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #discoveryJobs(List.
discoveryJobs - a consumer that will call methods on
DiscoveryJobListEntry.Builder#discoveryJobs(java.util.Collection) ListDiscoveryJobsResponse.Builder nextToken(String nextToken)
The opaque string that indicates the position to begin the next list of results in the response.
nextToken - The opaque string that indicates the position to begin the next list of results in the response.Copyright © 2023. All rights reserved.