public static interface ListComponentTypesResponse.Builder extends IoTTwinMakerResponse.Builder, SdkPojo, CopyableBuilder<ListComponentTypesResponse.Builder,ListComponentTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesResponse.Builder |
componentTypeSummaries(Collection<ComponentTypeSummary> componentTypeSummaries)
A list of objects that contain information about the component types.
|
ListComponentTypesResponse.Builder |
componentTypeSummaries(ComponentTypeSummary... componentTypeSummaries)
A list of objects that contain information about the component types.
|
ListComponentTypesResponse.Builder |
componentTypeSummaries(Consumer<ComponentTypeSummary.Builder>... componentTypeSummaries)
A list of objects that contain information about the component types.
|
ListComponentTypesResponse.Builder |
maxResults(Integer maxResults)
Specifies the maximum number of results to display.
|
ListComponentTypesResponse.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
ListComponentTypesResponse.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentTypesResponse.Builder componentTypeSummaries(Collection<ComponentTypeSummary> componentTypeSummaries)
A list of objects that contain information about the component types.
componentTypeSummaries - A list of objects that contain information about the component types.ListComponentTypesResponse.Builder componentTypeSummaries(ComponentTypeSummary... componentTypeSummaries)
A list of objects that contain information about the component types.
componentTypeSummaries - A list of objects that contain information about the component types.ListComponentTypesResponse.Builder componentTypeSummaries(Consumer<ComponentTypeSummary.Builder>... componentTypeSummaries)
A list of objects that contain information about the component types.
This is a convenience method 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 #componentTypeSummaries(List) .componentTypeSummaries - a consumer that will call methods on List.Builder #componentTypeSummaries(List) ListComponentTypesResponse.Builder maxResults(Integer maxResults)
Specifies the maximum number of results to display.
maxResults - Specifies the maximum number of results to display.ListComponentTypesResponse.Builder nextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.ListComponentTypesResponse.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.Copyright © 2022. All rights reserved.