Interface ListSuiteRunsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSuiteRunsResponse.Builder,
,ListSuiteRunsResponse> IotDeviceAdvisorResponse.Builder
,SdkBuilder<ListSuiteRunsResponse.Builder,
,ListSuiteRunsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSuiteRunsResponse
public static interface ListSuiteRunsResponse.Builder
extends IotDeviceAdvisorResponse.Builder, SdkPojo, CopyableBuilder<ListSuiteRunsResponse.Builder,ListSuiteRunsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token to retrieve the next set of results.suiteRunsList
(Collection<SuiteRunInformation> suiteRunsList) An array of objects that provide summaries of information about the suite runs in the list.suiteRunsList
(Consumer<SuiteRunInformation.Builder>... suiteRunsList) An array of objects that provide summaries of information about the suite runs in the list.suiteRunsList
(SuiteRunInformation... suiteRunsList) An array of objects that provide summaries of information about the suite runs in the list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotdeviceadvisor.model.IotDeviceAdvisorResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
suiteRunsList
An array of objects that provide summaries of information about the suite runs in the list.
- Parameters:
suiteRunsList
- An array of objects that provide summaries of information about the suite runs in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteRunsList
An array of objects that provide summaries of information about the suite runs in the list.
- Parameters:
suiteRunsList
- An array of objects that provide summaries of information about the suite runs in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteRunsList
An array of objects that provide summaries of information about the suite runs in the list.
This is a convenience method that creates an instance of theSuiteRunInformation.Builder
avoiding the need to create one manually viaSuiteRunInformation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosuiteRunsList(List<SuiteRunInformation>)
.- Parameters:
suiteRunsList
- a consumer that will call methods onSuiteRunInformation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token to retrieve the next set of results.
- Parameters:
nextToken
- A token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-