Interface ListFeaturesResponse.Builder

    • Method Detail

      • features

        ListFeaturesResponse.Builder features​(Collection<FeatureSummary> features)

        An array of structures that contain the configuration details of the features in the specified project.

        Parameters:
        features - An array of structures that contain the configuration details of the features in the specified project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • features

        ListFeaturesResponse.Builder features​(FeatureSummary... features)

        An array of structures that contain the configuration details of the features in the specified project.

        Parameters:
        features - An array of structures that contain the configuration details of the features in the specified project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFeaturesResponse.Builder nextToken​(String nextToken)

        The token to use in a subsequent ListFeatures operation to return the next set of results.

        Parameters:
        nextToken - The token to use in a subsequent ListFeatures operation to return the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.