public static interface ListFeaturesResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<ListFeaturesResponse.Builder,ListFeaturesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFeaturesResponse.Builder |
features(Collection<FeatureSummary> features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResponse.Builder |
features(Consumer<FeatureSummary.Builder>... features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResponse.Builder |
features(FeatureSummary... features)
An array of structures that contain the configuration details of the features in the specified project.
|
ListFeaturesResponse.Builder |
nextToken(String nextToken)
The token to use in a subsequent
ListFeatures operation to return the next set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFeaturesResponse.Builder features(Collection<FeatureSummary> features)
An array of structures that contain the configuration details of the features in the specified project.
features - An array of structures that contain the configuration details of the features in the specified
project.ListFeaturesResponse.Builder features(FeatureSummary... features)
An array of structures that contain the configuration details of the features in the specified project.
features - An array of structures that contain the configuration details of the features in the specified
project.ListFeaturesResponse.Builder features(Consumer<FeatureSummary.Builder>... features)
An array of structures that contain the configuration details of the features in the specified project.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #features(List) .features - a consumer that will call methods on List.Builder #features(List) ListFeaturesResponse.Builder nextToken(String nextToken)
The token to use in a subsequent ListFeatures operation to return the next set of results.
nextToken - The token to use in a subsequent ListFeatures operation to return the next set of
results.Copyright © 2022. All rights reserved.