Interface ListFeaturesResponse.Builder

  • Method Details

    • 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

      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

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

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

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

      Parameters:
      features - a consumer that will call methods on FeatureSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.