Interface ListFeaturesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFeaturesResponse.Builder,
,ListFeaturesResponse> EvidentlyResponse.Builder
,SdkBuilder<ListFeaturesResponse.Builder,
,ListFeaturesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFeaturesResponse
@Mutable
@NotThreadSafe
public static interface ListFeaturesResponse.Builder
extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<ListFeaturesResponse.Builder,ListFeaturesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfeatures
(Collection<FeatureSummary> features) An array of structures that contain the configuration details of the features in the specified project.features
(Consumer<FeatureSummary.Builder>... features) An array of structures that contain the configuration details of the features in the specified project.features
(FeatureSummary... features) An array of structures that contain the configuration details of the features in the specified project.The token to use in a subsequentListFeatures
operation to return the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 theFeatureSummary.Builder
avoiding the need to create one manually viaFeatureSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofeatures(List<FeatureSummary>)
.- Parameters:
features
- a consumer that will call methods onFeatureSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 subsequentListFeatures
operation to return the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-