public static interface ListThingRegistrationTaskReportsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingRegistrationTaskReportsResponse.Builder,ListThingRegistrationTaskReportsResponse>
Modifier and Type | Method and Description |
---|---|
ListThingRegistrationTaskReportsResponse.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingRegistrationTaskReportsResponse.Builder |
reportType(ReportType reportType)
The type of task report.
|
ListThingRegistrationTaskReportsResponse.Builder |
reportType(String reportType)
The type of task report.
|
ListThingRegistrationTaskReportsResponse.Builder |
resourceLinks(Collection<String> resourceLinks)
Links to the task resources.
|
ListThingRegistrationTaskReportsResponse.Builder |
resourceLinks(String... resourceLinks)
Links to the task resources.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListThingRegistrationTaskReportsResponse.Builder resourceLinks(Collection<String> resourceLinks)
Links to the task resources.
resourceLinks
- Links to the task resources.ListThingRegistrationTaskReportsResponse.Builder resourceLinks(String... resourceLinks)
Links to the task resources.
resourceLinks
- Links to the task resources.ListThingRegistrationTaskReportsResponse.Builder reportType(String reportType)
The type of task report.
reportType
- The type of task report.ReportType
,
ReportType
ListThingRegistrationTaskReportsResponse.Builder reportType(ReportType reportType)
The type of task report.
reportType
- The type of task report.ReportType
,
ReportType
ListThingRegistrationTaskReportsResponse.Builder nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken
- The token used to get the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.