Interface CreateLaunchRequest.Builder

    • Method Detail

      • description

        CreateLaunchRequest.Builder description​(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.
      • groups

        CreateLaunchRequest.Builder groups​(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.
      • groups

        CreateLaunchRequest.Builder groups​(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.
      • metricMonitors

        CreateLaunchRequest.Builder metricMonitors​(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.
      • metricMonitors

        CreateLaunchRequest.Builder metricMonitors​(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.
      • name

        CreateLaunchRequest.Builder name​(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.
      • project

        CreateLaunchRequest.Builder project​(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.
      • randomizationSalt

        CreateLaunchRequest.Builder randomizationSalt​(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.
      • scheduledSplitsConfig

        CreateLaunchRequest.Builder scheduledSplitsConfig​(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.
      • tags

        CreateLaunchRequest.Builder tags​(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.