Interface ListServiceViewsResponse.Builder

  • Method Details

    • nextToken

      The pagination token to use in a subsequent ListServiceViews request to retrieve the next set of results.

      Parameters:
      nextToken - The pagination token to use in a subsequent ListServiceViews request to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceViews

      ListServiceViewsResponse.Builder serviceViews(Collection<String> serviceViews)

      A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.

      Parameters:
      serviceViews - A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceViews

      ListServiceViewsResponse.Builder serviceViews(String... serviceViews)

      A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.

      Parameters:
      serviceViews - A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.