JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloudwatchevidently.model

Class CreateLaunchRequest

    • Constructor Detail

      • CreateLaunchRequest

        public CreateLaunchRequest()
    • Method Detail

      • setDescription

        public void setDescription(String description)

        An optional description for the launch.

        Parameters:
        description - An optional description for the launch.
      • getDescription

        public String getDescription()

        An optional description for the launch.

        Returns:
        An optional description for the launch.
      • withDescription

        public CreateLaunchRequest withDescription(String description)

        An optional description for the launch.

        Parameters:
        description - An optional description for the launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getGroups

        public List<LaunchGroupConfig> getGroups()

        An array of structures that contains the feature and variations that are to be used for the launch.

        Returns:
        An array of structures that contains the feature and variations that are to be used for the launch.
      • setGroups

        public void setGroups(Collection<LaunchGroupConfig> groups)

        An array of structures that contains the feature and variations that are to be used for the launch.

        Parameters:
        groups - An array of structures that contains the feature and variations that are to be used for the launch.
      • withGroups

        public CreateLaunchRequest withGroups(LaunchGroupConfig... groups)

        An array of structures that contains the feature and variations that are to be used for the launch.

        NOTE: This method appends the values to the existing list (if any). Use setGroups(java.util.Collection) or withGroups(java.util.Collection) if you want to override the existing values.

        Parameters:
        groups - An array of structures that contains the feature and variations that are to be used for the launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withGroups

        public CreateLaunchRequest withGroups(Collection<LaunchGroupConfig> groups)

        An array of structures that contains the feature and variations that are to be used for the launch.

        Parameters:
        groups - An array of structures that contains the feature and variations that are to be used for the launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getMetricMonitors

        public List<MetricMonitorConfig> getMetricMonitors()

        An array of structures that define the metrics that will be used to monitor the launch performance.

        Returns:
        An array of structures that define the metrics that will be used to monitor the launch performance.
      • setMetricMonitors

        public void setMetricMonitors(Collection<MetricMonitorConfig> metricMonitors)

        An array of structures that define the metrics that will be used to monitor the launch performance.

        Parameters:
        metricMonitors - An array of structures that define the metrics that will be used to monitor the launch performance.
      • withMetricMonitors

        public CreateLaunchRequest withMetricMonitors(MetricMonitorConfig... metricMonitors)

        An array of structures that define the metrics that will be used to monitor the launch performance.

        NOTE: This method appends the values to the existing list (if any). Use setMetricMonitors(java.util.Collection) or withMetricMonitors(java.util.Collection) if you want to override the existing values.

        Parameters:
        metricMonitors - An array of structures that define the metrics that will be used to monitor the launch performance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withMetricMonitors

        public CreateLaunchRequest withMetricMonitors(Collection<MetricMonitorConfig> metricMonitors)

        An array of structures that define the metrics that will be used to monitor the launch performance.

        Parameters:
        metricMonitors - An array of structures that define the metrics that will be used to monitor the launch performance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name for the new launch.

        Parameters:
        name - The name for the new launch.
      • getName

        public String getName()

        The name for the new launch.

        Returns:
        The name for the new launch.
      • withName

        public CreateLaunchRequest withName(String name)

        The name for the new launch.

        Parameters:
        name - The name for the new launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProject

        public void setProject(String project)

        The name or ARN of the project that you want to create the launch in.

        Parameters:
        project - The name or ARN of the project that you want to create the launch in.
      • getProject

        public String getProject()

        The name or ARN of the project that you want to create the launch in.

        Returns:
        The name or ARN of the project that you want to create the launch in.
      • withProject

        public CreateLaunchRequest withProject(String project)

        The name or ARN of the project that you want to create the launch in.

        Parameters:
        project - The name or ARN of the project that you want to create the launch in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRandomizationSalt

        public void setRandomizationSalt(String randomizationSalt)

        When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.

        Parameters:
        randomizationSalt - When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.
      • getRandomizationSalt

        public String getRandomizationSalt()

        When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.

        Returns:
        When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.
      • withRandomizationSalt

        public CreateLaunchRequest withRandomizationSalt(String randomizationSalt)

        When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.

        Parameters:
        randomizationSalt - When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and randomizationSalt. If you omit randomizationSalt, Evidently uses the launch name as the randomizationSalt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setScheduledSplitsConfig

        public void setScheduledSplitsConfig(ScheduledSplitsLaunchConfig scheduledSplitsConfig)

        An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.

        Parameters:
        scheduledSplitsConfig - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
      • getScheduledSplitsConfig

        public ScheduledSplitsLaunchConfig getScheduledSplitsConfig()

        An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.

        Returns:
        An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
      • withScheduledSplitsConfig

        public CreateLaunchRequest withScheduledSplitsConfig(ScheduledSplitsLaunchConfig scheduledSplitsConfig)

        An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.

        Parameters:
        scheduledSplitsConfig - An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        Assigns one or more tags (key-value pairs) to the launch.

        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 launch.

        For more information, see Tagging Amazon Web Services resources.

        Returns:
        Assigns one or more tags (key-value pairs) to the launch.

        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 launch.

        For more information, see Tagging Amazon Web Services resources.

      • setTags

        public void setTags(Map<String,String> tags)

        Assigns one or more tags (key-value pairs) to the launch.

        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 launch.

        For more information, see Tagging Amazon Web Services resources.

        Parameters:
        tags - Assigns one or more tags (key-value pairs) to the launch.

        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 launch.

        For more information, see Tagging Amazon Web Services resources.

      • withTags

        public CreateLaunchRequest withTags(Map<String,String> tags)

        Assigns one or more tags (key-value pairs) to the launch.

        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 launch.

        For more information, see Tagging Amazon Web Services resources.

        Parameters:
        tags - Assigns one or more tags (key-value pairs) to the launch.

        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 launch.

        For more information, see Tagging Amazon Web Services resources.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateLaunchRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /