public static interface GetFeatureResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<GetFeatureResponse.Builder,GetFeatureResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetFeatureResponse.Builder |
feature(Consumer<Feature.Builder> feature)
A structure containing the configuration details of the feature.
|
GetFeatureResponse.Builder |
feature(Feature feature)
A structure containing the configuration details of the feature.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFeatureResponse.Builder feature(Feature feature)
A structure containing the configuration details of the feature.
feature - A structure containing the configuration details of the feature.default GetFeatureResponse.Builder feature(Consumer<Feature.Builder> feature)
A structure containing the configuration details of the feature.
This is a convenience method that creates an instance of theFeature.Builder avoiding the need to
create one manually via Feature.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to feature(Feature).
feature - a consumer that will call methods on Feature.Builderfeature(Feature)Copyright © 2022. All rights reserved.