Interface ListAssetPropertiesRequest.Builder

    • Method Detail

      • assetId

        ListAssetPropertiesRequest.Builder assetId​(String assetId)

        The ID of the asset. 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:
        assetId - The ID of the asset. 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

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

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

        ListAssetPropertiesRequest.Builder filter​(String filter)

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

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

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

        Default: BASE

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

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

        • BASE – The list includes only base asset 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:
        ListAssetPropertiesFilter, ListAssetPropertiesFilter
      • filter

        ListAssetPropertiesRequest.Builder filter​(ListAssetPropertiesFilter filter)

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

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

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

        Default: BASE

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

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

        • BASE – The list includes only base asset 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:
        ListAssetPropertiesFilter, ListAssetPropertiesFilter