public static interface UpdateFeatureResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<UpdateFeatureResponse.Builder,UpdateFeatureResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateFeatureResponse.Builder |
feature(Consumer<Feature.Builder> feature)
A structure that contains information about the updated feature.
|
UpdateFeatureResponse.Builder |
feature(Feature feature)
A structure that contains information about the updated feature.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFeatureResponse.Builder feature(Feature feature)
A structure that contains information about the updated feature.
feature - A structure that contains information about the updated feature.default UpdateFeatureResponse.Builder feature(Consumer<Feature.Builder> feature)
A structure that contains information about the updated feature.
This is a convenience 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.