Interface RecommendationItem.Builder

    • Method Detail

      • alreadyImplemented

        RecommendationItem.Builder alreadyImplemented​(Boolean alreadyImplemented)

        Specifies if the recommendation has already been implemented.

        Parameters:
        alreadyImplemented - Specifies if the recommendation has already been implemented.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excluded

        RecommendationItem.Builder excluded​(Boolean excluded)

        Indicates if an operational recommendation item is excluded.

        Parameters:
        excluded - Indicates if an operational recommendation item is excluded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceId

        RecommendationItem.Builder resourceId​(String resourceId)

        Identifier of the resource.

        Parameters:
        resourceId - Identifier of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetAccountId

        RecommendationItem.Builder targetAccountId​(String targetAccountId)

        Identifier of the target account.

        Parameters:
        targetAccountId - Identifier of the target account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetRegion

        RecommendationItem.Builder targetRegion​(String targetRegion)

        The target region.

        Parameters:
        targetRegion - The target region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.