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