Feature.Builder |
Feature.Builder.arn(String arn) |
The ARN of the feature.
|
static Feature.Builder |
Feature.builder() |
|
Feature.Builder |
Feature.Builder.createdTime(Instant createdTime) |
The date and time that the feature is created.
|
Feature.Builder |
Feature.Builder.defaultVariation(String defaultVariation) |
The name of the variation that is used as the default variation.
|
Feature.Builder |
Feature.Builder.description(String description) |
The description of the feature.
|
Feature.Builder |
Feature.Builder.entityOverrides(Map<String,String> entityOverrides) |
A set of key-value pairs that specify users who should always be served a specific variation of a feature.
|
Feature.Builder |
Feature.Builder.evaluationRules(Collection<EvaluationRule> evaluationRules) |
An array of structures that define the evaluation rules for the feature.
|
Feature.Builder |
Feature.Builder.evaluationRules(Consumer<EvaluationRule.Builder>... evaluationRules) |
An array of structures that define the evaluation rules for the feature.
|
Feature.Builder |
Feature.Builder.evaluationRules(EvaluationRule... evaluationRules) |
An array of structures that define the evaluation rules for the feature.
|
Feature.Builder |
Feature.Builder.evaluationStrategy(String evaluationStrategy) |
If this value is ALL_RULES, the traffic allocation specified by any ongoing launches or
experiments is being used.
|
Feature.Builder |
Feature.Builder.evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy) |
If this value is ALL_RULES, the traffic allocation specified by any ongoing launches or
experiments is being used.
|
Feature.Builder |
Feature.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time that the feature was most recently updated.
|
Feature.Builder |
Feature.Builder.name(String name) |
The name of the feature.
|
Feature.Builder |
Feature.Builder.project(String project) |
The name or ARN of the project that contains the feature.
|
Feature.Builder |
Feature.Builder.status(String status) |
The current state of the feature.
|
Feature.Builder |
Feature.Builder.status(FeatureStatus status) |
The current state of the feature.
|
Feature.Builder |
Feature.Builder.tags(Map<String,String> tags) |
The list of tag keys and values associated with this feature.
|
Feature.Builder |
Feature.toBuilder() |
|
Feature.Builder |
Feature.Builder.valueType(String valueType) |
Defines the type of value used to define the different feature variations.
|
Feature.Builder |
Feature.Builder.valueType(VariationValueType valueType) |
Defines the type of value used to define the different feature variations.
|
Feature.Builder |
Feature.Builder.variations(Collection<Variation> variations) |
An array of structures that contain the configuration of the feature's different variations.
|
Feature.Builder |
Feature.Builder.variations(Consumer<Variation.Builder>... variations) |
An array of structures that contain the configuration of the feature's different variations.
|
Feature.Builder |
Feature.Builder.variations(Variation... variations) |
An array of structures that contain the configuration of the feature's different variations.
|