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 method that creates an instance of theFeatureSummary.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.
features - a consumer that will call methods on
FeatureSummary.Builder#features(java.util.Collection) 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 © 2023. All rights reserved.