public static interface ListProblemsResponse.Builder extends ApplicationInsightsResponse.Builder, SdkPojo, CopyableBuilder<ListProblemsResponse.Builder,ListProblemsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProblemsResponse.Builder |
nextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListProblemsResponse.Builder |
problemList(Collection<Problem> problemList)
The list of problems.
|
ListProblemsResponse.Builder |
problemList(Consumer<Problem.Builder>... problemList)
The list of problems.
|
ListProblemsResponse.Builder |
problemList(Problem... problemList)
The list of problems.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProblemsResponse.Builder problemList(Collection<Problem> problemList)
The list of problems.
problemList - The list of problems.ListProblemsResponse.Builder problemList(Problem... problemList)
The list of problems.
problemList - The list of problems.ListProblemsResponse.Builder problemList(Consumer<Problem.Builder>... problemList)
The list of problems.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #problemList(List) .problemList - a consumer that will call methods on List.Builder #problemList(List) ListProblemsResponse.Builder nextToken(String nextToken)
The token used to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token used to retrieve the next page of results. This value is null when there are no
more results to return.Copyright © 2020. All rights reserved.