Interface ListAssetModelPropertiesRequest.Builder

    • Method Detail

      • assetModelId

        ListAssetModelPropertiesRequest.Builder assetModelId​(String assetModelId)

        The ID of the asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.

        Parameters:
        assetModelId - The ID of the asset model. This can be either the actual ID in UUID format, or else externalId: followed by the external ID, if it has one. For more information, see Referencing objects with external IDs in the IoT SiteWise User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssetModelPropertiesRequest.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.
      • maxResults

        ListAssetModelPropertiesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return for each paginated request. If not specified, the default value is 50.

        Parameters:
        maxResults - The maximum number of results to return for each paginated request. If not specified, the default value is 50.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        ListAssetModelPropertiesRequest.Builder filter​(String filter)

        Filters the requested list of asset model properties. You can choose one of the following options:

        • ALL – The list includes all asset model properties for a given asset model ID.

        • BASE – The list includes only base asset model properties for a given asset model ID.

        Default: BASE

        Parameters:
        filter - Filters the requested list of asset model properties. You can choose one of the following options:

        • ALL – The list includes all asset model properties for a given asset model ID.

        • BASE – The list includes only base asset model properties for a given asset model ID.

        Default: BASE

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

        ListAssetModelPropertiesRequest.Builder filter​(ListAssetModelPropertiesFilter filter)

        Filters the requested list of asset model properties. You can choose one of the following options:

        • ALL – The list includes all asset model properties for a given asset model ID.

        • BASE – The list includes only base asset model properties for a given asset model ID.

        Default: BASE

        Parameters:
        filter - Filters the requested list of asset model properties. You can choose one of the following options:

        • ALL – The list includes all asset model properties for a given asset model ID.

        • BASE – The list includes only base asset model properties for a given asset model ID.

        Default: BASE

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

        ListAssetModelPropertiesRequest.Builder assetModelVersion​(String assetModelVersion)

        The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value is LATEST. See Asset model versions in the IoT SiteWise User Guide.

        Parameters:
        assetModelVersion - The version alias that specifies the latest or active version of the asset model. The details are returned in the response. The default value is LATEST. See Asset model versions in the IoT SiteWise User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.