FeatureSummary.Builder |
FeatureSummary.Builder.arn(String arn) |
The ARN of the feature.
|
static FeatureSummary.Builder |
FeatureSummary.builder() |
|
FeatureSummary.Builder |
FeatureSummary.Builder.createdTime(Instant createdTime) |
The date and time that the feature is created.
|
FeatureSummary.Builder |
FeatureSummary.Builder.defaultVariation(String defaultVariation) |
The name of the variation that is used as the default variation.
|
FeatureSummary.Builder |
FeatureSummary.Builder.evaluationRules(Collection<EvaluationRule> evaluationRules) |
An array of structures that define
|
FeatureSummary.Builder |
FeatureSummary.Builder.evaluationRules(Consumer<EvaluationRule.Builder>... evaluationRules) |
An array of structures that define
|
FeatureSummary.Builder |
FeatureSummary.Builder.evaluationRules(EvaluationRule... evaluationRules) |
An array of structures that define
|
FeatureSummary.Builder |
FeatureSummary.Builder.evaluationStrategy(String evaluationStrategy) |
If this value is ALL_RULES, the traffic allocation specified by any ongoing launches or
experiments is being used.
|
FeatureSummary.Builder |
FeatureSummary.Builder.evaluationStrategy(FeatureEvaluationStrategy evaluationStrategy) |
If this value is ALL_RULES, the traffic allocation specified by any ongoing launches or
experiments is being used.
|
FeatureSummary.Builder |
FeatureSummary.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The date and time that the feature was most recently updated.
|
FeatureSummary.Builder |
FeatureSummary.Builder.name(String name) |
The name of the feature.
|
FeatureSummary.Builder |
FeatureSummary.Builder.project(String project) |
The name or ARN of the project that contains the feature.
|
FeatureSummary.Builder |
FeatureSummary.Builder.status(String status) |
The current state of the feature.
|
FeatureSummary.Builder |
FeatureSummary.Builder.status(FeatureStatus status) |
The current state of the feature.
|
FeatureSummary.Builder |
FeatureSummary.Builder.tags(Map<String,String> tags) |
The list of tag keys and values associated with this feature.
|
FeatureSummary.Builder |
FeatureSummary.toBuilder() |
|