Interface ListThemesRequest.Builder

    • Method Detail

      • awsAccountId

        ListThemesRequest.Builder awsAccountId​(String awsAccountId)

        The ID of the Amazon Web Services account that contains the themes that you're listing.

        Parameters:
        awsAccountId - The ID of the Amazon Web Services account that contains the themes that you're listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListThemesRequest.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListThemesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned per request.

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

        ListThemesRequest.Builder type​(String type)

        The type of themes that you want to list. Valid options include the following:

        • ALL (default)- Display all existing themes.

        • CUSTOM - Display only the themes created by people using Amazon QuickSight.

        • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

        Parameters:
        type - The type of themes that you want to list. Valid options include the following:

        • ALL (default)- Display all existing themes.

        • CUSTOM - Display only the themes created by people using Amazon QuickSight.

        • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

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

        ListThemesRequest.Builder type​(ThemeType type)

        The type of themes that you want to list. Valid options include the following:

        • ALL (default)- Display all existing themes.

        • CUSTOM - Display only the themes created by people using Amazon QuickSight.

        • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

        Parameters:
        type - The type of themes that you want to list. Valid options include the following:

        • ALL (default)- Display all existing themes.

        • CUSTOM - Display only the themes created by people using Amazon QuickSight.

        • QUICKSIGHT - Display only the starting themes defined by Amazon QuickSight.

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