public static interface ImportJobsResponse.Builder extends SdkPojo, CopyableBuilder<ImportJobsResponse.Builder,ImportJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportJobsResponse.Builder |
item(Collection<ImportJobResponse> item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource)
or segment (Segment Import Jobs resource).
|
ImportJobsResponse.Builder |
item(Consumer<ImportJobResponse.Builder>... item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource)
or segment (Segment Import Jobs resource).
|
ImportJobsResponse.Builder |
item(ImportJobResponse... item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource)
or segment (Segment Import Jobs resource).
|
ImportJobsResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportJobsResponse.Builder item(Collection<ImportJobResponse> item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).
item - An array of responses, one for each import job that's associated with the application (Import Jobs
resource) or segment (Segment Import Jobs resource).ImportJobsResponse.Builder item(ImportJobResponse... item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).
item - An array of responses, one for each import job that's associated with the application (Import Jobs
resource) or segment (Segment Import Jobs resource).ImportJobsResponse.Builder item(Consumer<ImportJobResponse.Builder>... item)
An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).
This is a convenience method that creates an instance of theImportJobResponse.Builder avoiding the need to create
one manually via ImportJobResponse.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #item(List.
item - a consumer that will call methods on
ImportJobResponse.Builder#item(java.util.Collection) ImportJobsResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2022. All rights reserved.