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 workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.ListComponentTypesResponse.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 theComponentTypeSummary.Builder avoiding the need to
create one manually via
ComponentTypeSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #componentTypeSummaries(List.
componentTypeSummaries - a consumer that will call methods on
ComponentTypeSummary.Builder#componentTypeSummaries(java.util.Collection) 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 maxResults(Integer maxResults)
Specifies the maximum number of results to display.
maxResults - Specifies the maximum number of results to display.Copyright © 2023. All rights reserved.