public static interface ListInstalledComponentsRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListInstalledComponentsRequest.Builder,ListInstalledComponentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListInstalledComponentsRequest.Builder |
coreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListInstalledComponentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListInstalledComponentsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListInstalledComponentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInstalledComponentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInstalledComponentsRequest.Builder |
topologyFilter(InstalledComponentTopologyFilter topologyFilter)
The filter for the list of components.
|
ListInstalledComponentsRequest.Builder |
topologyFilter(String topologyFilter)
The filter for the list of components.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstalledComponentsRequest.Builder coreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.ListInstalledComponentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.ListInstalledComponentsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListInstalledComponentsRequest.Builder topologyFilter(String topologyFilter)
The filter for the list of components. Choose from the following options:
ALL – The list includes all components installed on the core device.
ROOT – The list includes only root components, which are components that you specify in a
deployment. When you choose this option, the list doesn't include components that the core device installs as
dependencies of other components.
Default: ROOT
topologyFilter - The filter for the list of components. Choose from the following options:
ALL – The list includes all components installed on the core device.
ROOT – The list includes only root components, which are components that you
specify in a deployment. When you choose this option, the list doesn't include components that the
core device installs as dependencies of other components.
Default: ROOT
InstalledComponentTopologyFilter,
InstalledComponentTopologyFilterListInstalledComponentsRequest.Builder topologyFilter(InstalledComponentTopologyFilter topologyFilter)
The filter for the list of components. Choose from the following options:
ALL – The list includes all components installed on the core device.
ROOT – The list includes only root components, which are components that you specify in a
deployment. When you choose this option, the list doesn't include components that the core device installs as
dependencies of other components.
Default: ROOT
topologyFilter - The filter for the list of components. Choose from the following options:
ALL – The list includes all components installed on the core device.
ROOT – The list includes only root components, which are components that you
specify in a deployment. When you choose this option, the list doesn't include components that the
core device installs as dependencies of other components.
Default: ROOT
InstalledComponentTopologyFilter,
InstalledComponentTopologyFilterListInstalledComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInstalledComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.