Interface ListAssetModelPropertiesRequest.Builder

    • Method Detail

      • assetModelId

        ListAssetModelPropertiesRequest.Builder assetModelId​(String assetModelId)

        The ID of the asset model.

        Parameters:
        assetModelId - The ID of the asset model.
        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