public static interface FeatureParameter.Builder extends SdkPojo, CopyableBuilder<FeatureParameter.Builder,FeatureParameter>
| Modifier and Type | Method and Description |
|---|---|
FeatureParameter.Builder |
key(String key)
A key that must contain a value to describe the feature.
|
FeatureParameter.Builder |
value(String value)
The value that belongs to a key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeatureParameter.Builder key(String key)
A key that must contain a value to describe the feature.
key - A key that must contain a value to describe the feature.FeatureParameter.Builder value(String value)
The value that belongs to a key.
value - The value that belongs to a key.Copyright © 2022. All rights reserved.