Interface ListInstalledComponentsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListInstalledComponentsResponse.Builder,ListInstalledComponentsResponse>,GreengrassV2Response.Builder,SdkBuilder<ListInstalledComponentsResponse.Builder,ListInstalledComponentsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListInstalledComponentsResponse
public static interface ListInstalledComponentsResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ListInstalledComponentsResponse.Builder,ListInstalledComponentsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInstalledComponentsResponse.BuilderinstalledComponents(Collection<InstalledComponent> installedComponents)A list that summarizes each component on the core device.ListInstalledComponentsResponse.BuilderinstalledComponents(Consumer<InstalledComponent.Builder>... installedComponents)A list that summarizes each component on the core device.ListInstalledComponentsResponse.BuilderinstalledComponents(InstalledComponent... installedComponents)A list that summarizes each component on the core device.ListInstalledComponentsResponse.BuildernextToken(String nextToken)The token for the next set of results, or null if there are no additional results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrassv2.model.GreengrassV2Response.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 Detail
-
installedComponents
ListInstalledComponentsResponse.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
lastStatusChangeTimestampresponse. This response can be inaccurate in earlier Greengrass nucleus versions.Greengrass nucleus v2.8.0 or later is required to get an accurate
lastInstallationSourceandlastReportedTimestampresponse. This response can be inaccurate or null in earlier Greengrass nucleus versions.- Parameters:
installedComponents- A list that summarizes each component on the core device.Greengrass nucleus v2.7.0 or later is required to get an accurate
lastStatusChangeTimestampresponse. This response can be inaccurate in earlier Greengrass nucleus versions.Greengrass nucleus v2.8.0 or later is required to get an accurate
lastInstallationSourceandlastReportedTimestampresponse. This response can be inaccurate or null in earlier Greengrass nucleus versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
installedComponents
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
lastStatusChangeTimestampresponse. This response can be inaccurate in earlier Greengrass nucleus versions.Greengrass nucleus v2.8.0 or later is required to get an accurate
lastInstallationSourceandlastReportedTimestampresponse. This response can be inaccurate or null in earlier Greengrass nucleus versions.- Parameters:
installedComponents- A list that summarizes each component on the core device.Greengrass nucleus v2.7.0 or later is required to get an accurate
lastStatusChangeTimestampresponse. This response can be inaccurate in earlier Greengrass nucleus versions.Greengrass nucleus v2.8.0 or later is required to get an accurate
lastInstallationSourceandlastReportedTimestampresponse. This response can be inaccurate or null in earlier Greengrass nucleus versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
installedComponents
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
lastStatusChangeTimestampresponse. This response can be inaccurate in earlier Greengrass nucleus versions. This is a convenience method that creates an instance of theGreengrass nucleus v2.8.0 or later is required to get an accurate
lastInstallationSourceandlastReportedTimestampresponse. This response can be inaccurate or null in earlier Greengrass nucleus versions.InstalledComponent.Builderavoiding the need to create one manually viaInstalledComponent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#installedComponents(List.) - Parameters:
installedComponents- a consumer that will call methods onInstalledComponent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#installedComponents(java.util.Collection)
-
nextToken
ListInstalledComponentsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-