/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.cloudwatchevidently.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; /** * * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class CreateFeatureRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable { /** *
* The name of the variation to use as the default variation. The default variation is served to users who are not * allocated to any ongoing launches or experiments of this feature. *
*
* This variation must also be listed in the variations
structure.
*
* If you omit defaultVariation
, the first variation listed in the variations
structure is
* used as the default variation.
*
* An optional description of the feature. *
*/ private String description; /** ** Specify users that should always be served a specific variation of a feature. Each user is specified by a * key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier. * For the value, specify the name of the variation that they are to be served. *
** This parameter is limited to 2500 overrides or a total of 40KB. The 40KB limit includes an overhead of 6 bytes * per override. *
*/ private java.util.Map
* Specify ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
*
* The name for the new feature. *
*/ private String name; /** ** The name or ARN of the project that is to contain the new feature. *
*/ private String project; /** ** Assigns one or more tags (key-value pairs) to the feature. *
** Tags can help you organize and categorize your resources. You can also use them to scope user permissions by * granting a user permission to access or change only resources with certain tag values. *
** Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of * characters. *
** You can associate as many as 50 tags with a feature. *
** For more information, see Tagging Amazon * Web Services resources. *
*/ private java.util.Map* An array of structures that contain the configuration of the feature's different variations. *
*/ private java.util.List* The name of the variation to use as the default variation. The default variation is served to users who are not * allocated to any ongoing launches or experiments of this feature. *
*
* This variation must also be listed in the variations
structure.
*
* If you omit defaultVariation
, the first variation listed in the variations
structure is
* used as the default variation.
*
* This variation must also be listed in the variations
structure.
*
* If you omit defaultVariation
, the first variation listed in the variations
* structure is used as the default variation.
*/
public void setDefaultVariation(String defaultVariation) {
this.defaultVariation = defaultVariation;
}
/**
*
* The name of the variation to use as the default variation. The default variation is served to users who are not * allocated to any ongoing launches or experiments of this feature. *
*
* This variation must also be listed in the variations
structure.
*
* If you omit defaultVariation
, the first variation listed in the variations
structure is
* used as the default variation.
*
* This variation must also be listed in the variations
structure.
*
* If you omit defaultVariation
, the first variation listed in the variations
* structure is used as the default variation.
*/
public String getDefaultVariation() {
return this.defaultVariation;
}
/**
*
* The name of the variation to use as the default variation. The default variation is served to users who are not * allocated to any ongoing launches or experiments of this feature. *
*
* This variation must also be listed in the variations
structure.
*
* If you omit defaultVariation
, the first variation listed in the variations
structure is
* used as the default variation.
*
* This variation must also be listed in the variations
structure.
*
* If you omit defaultVariation
, the first variation listed in the variations
* structure is used as the default variation.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateFeatureRequest withDefaultVariation(String defaultVariation) {
setDefaultVariation(defaultVariation);
return this;
}
/**
*
* An optional description of the feature. *
* * @param description * An optional description of the feature. */ public void setDescription(String description) { this.description = description; } /** ** An optional description of the feature. *
* * @return An optional description of the feature. */ public String getDescription() { return this.description; } /** ** An optional description of the feature. *
* * @param description * An optional description of the feature. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateFeatureRequest withDescription(String description) { setDescription(description); return this; } /** ** Specify users that should always be served a specific variation of a feature. Each user is specified by a * key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier. * For the value, specify the name of the variation that they are to be served. *
** This parameter is limited to 2500 overrides or a total of 40KB. The 40KB limit includes an overhead of 6 bytes * per override. *
* * @return Specify users that should always be served a specific variation of a feature. Each user is specified by a * key-value pair . For each key, specify a user by entering their user ID, account ID, or some other * identifier. For the value, specify the name of the variation that they are to be served. *
* This parameter is limited to 2500 overrides or a total of 40KB. The 40KB limit includes an overhead of 6
* bytes per override.
*/
public java.util.Map
* Specify users that should always be served a specific variation of a feature. Each user is specified by a
* key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier.
* For the value, specify the name of the variation that they are to be served.
*
* This parameter is limited to 2500 overrides or a total of 40KB. The 40KB limit includes an overhead of 6 bytes
* per override.
*
* This parameter is limited to 2500 overrides or a total of 40KB. The 40KB limit includes an overhead of 6
* bytes per override.
*/
public void setEntityOverrides(java.util.Map
* Specify users that should always be served a specific variation of a feature. Each user is specified by a
* key-value pair . For each key, specify a user by entering their user ID, account ID, or some other identifier.
* For the value, specify the name of the variation that they are to be served.
*
* This parameter is limited to 2500 overrides or a total of 40KB. The 40KB limit includes an overhead of 6 bytes
* per override.
*
* This parameter is limited to 2500 overrides or a total of 40KB. The 40KB limit includes an overhead of 6
* bytes per override.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateFeatureRequest withEntityOverrides(java.util.Map
* Specify
* Specify
* Specify
* Specify
* The name for the new feature.
*
* The name for the new feature.
*
* The name for the new feature.
*
* The name or ARN of the project that is to contain the new feature.
*
* The name or ARN of the project that is to contain the new feature.
*
* The name or ARN of the project that is to contain the new feature.
*
* Assigns one or more tags (key-value pairs) to the feature.
*
* Tags can help you organize and categorize your resources. You can also use them to scope user permissions by
* granting a user permission to access or change only resources with certain tag values.
*
* Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of
* characters.
*
* You can associate as many as 50 tags with a feature.
*
* For more information, see Tagging Amazon
* Web Services resources.
* ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
* ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
* @see FeatureEvaluationStrategy
*/
public void setEvaluationStrategy(String evaluationStrategy) {
this.evaluationStrategy = evaluationStrategy;
}
/**
* ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
* ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
* @see FeatureEvaluationStrategy
*/
public String getEvaluationStrategy() {
return this.evaluationStrategy;
}
/**
* ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
* ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
* @return Returns a reference to this object so that method calls can be chained together.
* @see FeatureEvaluationStrategy
*/
public CreateFeatureRequest withEvaluationStrategy(String evaluationStrategy) {
setEvaluationStrategy(evaluationStrategy);
return this;
}
/**
* ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
* ALL_RULES
to activate the traffic allocation specified by any ongoing launches or
* experiments. Specify DEFAULT_VARIATION
to serve the default variation to all users instead.
* @return Returns a reference to this object so that method calls can be chained together.
* @see FeatureEvaluationStrategy
*/
public CreateFeatureRequest withEvaluationStrategy(FeatureEvaluationStrategy evaluationStrategy) {
this.evaluationStrategy = evaluationStrategy.toString();
return this;
}
/**
*
* Tags can help you organize and categorize your resources. You can also use them to scope user permissions * by granting a user permission to access or change only resources with certain tag values. *
** Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of * characters. *
** You can associate as many as 50 tags with a feature. *
*
* For more information, see Tagging Amazon Web Services
* resources.
*/
public java.util.Map
* Assigns one or more tags (key-value pairs) to the feature.
*
* Tags can help you organize and categorize your resources. You can also use them to scope user permissions by
* granting a user permission to access or change only resources with certain tag values.
*
* Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of
* characters.
*
* You can associate as many as 50 tags with a feature.
*
* For more information, see Tagging Amazon
* Web Services resources.
*
* Tags can help you organize and categorize your resources. You can also use them to scope user permissions * by granting a user permission to access or change only resources with certain tag values. *
** Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of * characters. *
** You can associate as many as 50 tags with a feature. *
*
* For more information, see Tagging
* Amazon Web Services resources.
*/
public void setTags(java.util.Map
* Assigns one or more tags (key-value pairs) to the feature.
*
* Tags can help you organize and categorize your resources. You can also use them to scope user permissions by
* granting a user permission to access or change only resources with certain tag values.
*
* Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of
* characters.
*
* You can associate as many as 50 tags with a feature.
*
* For more information, see Tagging Amazon
* Web Services resources.
*
* Tags can help you organize and categorize your resources. You can also use them to scope user permissions * by granting a user permission to access or change only resources with certain tag values. *
** Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of * characters. *
** You can associate as many as 50 tags with a feature. *
*
* For more information, see Tagging
* Amazon Web Services resources.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public CreateFeatureRequest withTags(java.util.Map
* An array of structures that contain the configuration of the feature's different variations.
*
* An array of structures that contain the configuration of the feature's different variations.
*
* An array of structures that contain the configuration of the feature's different variations.
*
* NOTE: This method appends the values to the existing list (if any). Use
* {@link #setVariations(java.util.Collection)} or {@link #withVariations(java.util.Collection)} if you want to
* override the existing values.
*
* An array of structures that contain the configuration of the feature's different variations.
*