Interface GetFeatureResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetFeatureResponse.Builder,
,GetFeatureResponse> EvidentlyResponse.Builder
,SdkBuilder<GetFeatureResponse.Builder,
,GetFeatureResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetFeatureResponse
@Mutable
@NotThreadSafe
public static interface GetFeatureResponse.Builder
extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<GetFeatureResponse.Builder,GetFeatureResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetFeatureResponse.Builder
feature
(Consumer<Feature.Builder> feature) A structure containing the configuration details of the feature.A structure containing the configuration details of the feature.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
-
feature
A structure containing the configuration details of the feature.
- Parameters:
feature
- A structure containing the configuration details of the feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaFeature.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofeature(Feature)
.- Parameters:
feature
- a consumer that will call methods onFeature.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-