Interface ListInstalledComponentsRequest.Builder

    • Method Detail

      • coreDeviceThingName

        ListInstalledComponentsRequest.Builder coreDeviceThingName​(String coreDeviceThingName)

        The name of the core device. This is also the name of the IoT thing.

        Parameters:
        coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListInstalledComponentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned per paginated request.

        Parameters:
        maxResults - The maximum number of results to be returned per paginated request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInstalledComponentsRequest.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results.

        Parameters:
        nextToken - The token to be used for the next set of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • topologyFilter

        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

        Parameters:
        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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstalledComponentTopologyFilter, InstalledComponentTopologyFilter
      • topologyFilter

        ListInstalledComponentsRequest.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

        Parameters:
        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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstalledComponentTopologyFilter, InstalledComponentTopologyFilter