public static interface ListInstalledComponentsResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ListInstalledComponentsResponse.Builder,ListInstalledComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstalledComponentsResponse.Builder |
installedComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
|
ListInstalledComponentsResponse.Builder |
installedComponents(Consumer<InstalledComponent.Builder>... installedComponents)
A list that summarizes each component on the core device.
|
ListInstalledComponentsResponse.Builder |
installedComponents(InstalledComponent... installedComponents)
A list that summarizes each component on the core device.
|
ListInstalledComponentsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstalledComponentsResponse.Builder installedComponents(Collection<InstalledComponent> installedComponents)
A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource and
lastReportedTimestamp response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
installedComponents - A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate
lastStatusChangeTimestamp response. This response can be inaccurate in earlier Greengrass
nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and lastReportedTimestamp response. This response can be inaccurate or null in earlier
Greengrass nucleus versions.
ListInstalledComponentsResponse.Builder installedComponents(InstalledComponent... installedComponents)
A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource and
lastReportedTimestamp response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
installedComponents - A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate
lastStatusChangeTimestamp response. This response can be inaccurate in earlier Greengrass
nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource
and lastReportedTimestamp response. This response can be inaccurate or null in earlier
Greengrass nucleus versions.
ListInstalledComponentsResponse.Builder installedComponents(Consumer<InstalledComponent.Builder>... installedComponents)
A list that summarizes each component on the core device.
Greengrass nucleus v2.7.0 or later is required to get an accurate lastStatusChangeTimestamp
response. This response can be inaccurate in earlier Greengrass nucleus versions.
Greengrass nucleus v2.8.0 or later is required to get an accurate lastInstallationSource and
lastReportedTimestamp response. This response can be inaccurate or null in earlier Greengrass
nucleus versions.
InstalledComponent.Builder avoiding the need to
create one manually via
InstalledComponent.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #installedComponents(List.
installedComponents - a consumer that will call methods on
InstalledComponent.Builder#installedComponents(java.util.Collection) ListInstalledComponentsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.