Interface SearchFoldersResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<SearchFoldersResponse.Builder,SearchFoldersResponse>, QuickSightResponse.Builder, SdkBuilder<SearchFoldersResponse.Builder,SearchFoldersResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
SearchFoldersResponse

public static interface SearchFoldersResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<SearchFoldersResponse.Builder,SearchFoldersResponse>
  • Method Details

    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • folderSummaryList

      SearchFoldersResponse.Builder folderSummaryList(Collection<FolderSummary> folderSummaryList)

      A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.

      Parameters:
      folderSummaryList - A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • folderSummaryList

      SearchFoldersResponse.Builder folderSummaryList(FolderSummary... folderSummaryList)

      A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.

      Parameters:
      folderSummaryList - A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • folderSummaryList

      SearchFoldersResponse.Builder folderSummaryList(Consumer<FolderSummary.Builder>... folderSummaryList)

      A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.

      This is a convenience method that creates an instance of the FolderSummary.Builder avoiding the need to create one manually via FolderSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to folderSummaryList(List<FolderSummary>).

      Parameters:
      folderSummaryList - a consumer that will call methods on FolderSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      SearchFoldersResponse.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.
    • requestId

      SearchFoldersResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.