Package com.pulumi.aws.evidently.inputs
Class LaunchState.Builder
- java.lang.Object
-
- com.pulumi.aws.evidently.inputs.LaunchState.Builder
-
- Enclosing class:
- LaunchState
public static final class LaunchState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(LaunchState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description LaunchState.Builder
arn(com.pulumi.core.Output<java.lang.String> arn)
LaunchState.Builder
arn(java.lang.String arn)
LaunchState
build()
LaunchState.Builder
createdTime(com.pulumi.core.Output<java.lang.String> createdTime)
LaunchState.Builder
createdTime(java.lang.String createdTime)
LaunchState.Builder
description(com.pulumi.core.Output<java.lang.String> description)
LaunchState.Builder
description(java.lang.String description)
LaunchState.Builder
executions(LaunchExecutionArgs... executions)
LaunchState.Builder
executions(com.pulumi.core.Output<java.util.List<LaunchExecutionArgs>> executions)
LaunchState.Builder
executions(java.util.List<LaunchExecutionArgs> executions)
LaunchState.Builder
groups(LaunchGroupArgs... groups)
LaunchState.Builder
groups(com.pulumi.core.Output<java.util.List<LaunchGroupArgs>> groups)
LaunchState.Builder
groups(java.util.List<LaunchGroupArgs> groups)
LaunchState.Builder
lastUpdatedTime(com.pulumi.core.Output<java.lang.String> lastUpdatedTime)
LaunchState.Builder
lastUpdatedTime(java.lang.String lastUpdatedTime)
LaunchState.Builder
metricMonitors(LaunchMetricMonitorArgs... metricMonitors)
LaunchState.Builder
metricMonitors(com.pulumi.core.Output<java.util.List<LaunchMetricMonitorArgs>> metricMonitors)
LaunchState.Builder
metricMonitors(java.util.List<LaunchMetricMonitorArgs> metricMonitors)
LaunchState.Builder
name(com.pulumi.core.Output<java.lang.String> name)
LaunchState.Builder
name(java.lang.String name)
LaunchState.Builder
project(com.pulumi.core.Output<java.lang.String> project)
LaunchState.Builder
project(java.lang.String project)
LaunchState.Builder
randomizationSalt(com.pulumi.core.Output<java.lang.String> randomizationSalt)
LaunchState.Builder
randomizationSalt(java.lang.String randomizationSalt)
LaunchState.Builder
scheduledSplitsConfig(LaunchScheduledSplitsConfigArgs scheduledSplitsConfig)
LaunchState.Builder
scheduledSplitsConfig(com.pulumi.core.Output<LaunchScheduledSplitsConfigArgs> scheduledSplitsConfig)
LaunchState.Builder
status(com.pulumi.core.Output<java.lang.String> status)
LaunchState.Builder
status(java.lang.String status)
LaunchState.Builder
statusReason(com.pulumi.core.Output<java.lang.String> statusReason)
LaunchState.Builder
statusReason(java.lang.String statusReason)
LaunchState.Builder
tags(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
LaunchState.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
LaunchState.Builder
tagsAll(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll)
Deprecated.Please use `tags` instead.LaunchState.Builder
tagsAll(java.util.Map<java.lang.String,java.lang.String> tagsAll)
Deprecated.Please use `tags` instead.LaunchState.Builder
type(com.pulumi.core.Output<java.lang.String> type)
LaunchState.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(LaunchState defaults)
-
-
Method Detail
-
arn
public LaunchState.Builder arn(@Nullable com.pulumi.core.Output<java.lang.String> arn)
- Parameters:
arn
- The ARN of the launch.- Returns:
- builder
-
arn
public LaunchState.Builder arn(java.lang.String arn)
- Parameters:
arn
- The ARN of the launch.- Returns:
- builder
-
createdTime
public LaunchState.Builder createdTime(@Nullable com.pulumi.core.Output<java.lang.String> createdTime)
- Parameters:
createdTime
- The date and time that the launch is created.- Returns:
- builder
-
createdTime
public LaunchState.Builder createdTime(java.lang.String createdTime)
- Parameters:
createdTime
- The date and time that the launch is created.- Returns:
- builder
-
description
public LaunchState.Builder description(@Nullable com.pulumi.core.Output<java.lang.String> description)
- Parameters:
description
- Specifies the description of the launch.- Returns:
- builder
-
description
public LaunchState.Builder description(java.lang.String description)
- Parameters:
description
- Specifies the description of the launch.- Returns:
- builder
-
executions
public LaunchState.Builder executions(@Nullable com.pulumi.core.Output<java.util.List<LaunchExecutionArgs>> executions)
- Parameters:
executions
- A block that contains information about the start and end times of the launch. Detailed below- Returns:
- builder
-
executions
public LaunchState.Builder executions(java.util.List<LaunchExecutionArgs> executions)
- Parameters:
executions
- A block that contains information about the start and end times of the launch. Detailed below- Returns:
- builder
-
executions
public LaunchState.Builder executions(LaunchExecutionArgs... executions)
- Parameters:
executions
- A block that contains information about the start and end times of the launch. Detailed below- Returns:
- builder
-
groups
public LaunchState.Builder groups(@Nullable com.pulumi.core.Output<java.util.List<LaunchGroupArgs>> groups)
- Parameters:
groups
- One or up to five blocks that contain the feature and variations that are to be used for the launch. Detailed below.- Returns:
- builder
-
groups
public LaunchState.Builder groups(java.util.List<LaunchGroupArgs> groups)
- Parameters:
groups
- One or up to five blocks that contain the feature and variations that are to be used for the launch. Detailed below.- Returns:
- builder
-
groups
public LaunchState.Builder groups(LaunchGroupArgs... groups)
- Parameters:
groups
- One or up to five blocks that contain the feature and variations that are to be used for the launch. Detailed below.- Returns:
- builder
-
lastUpdatedTime
public LaunchState.Builder lastUpdatedTime(@Nullable com.pulumi.core.Output<java.lang.String> lastUpdatedTime)
- Parameters:
lastUpdatedTime
- The date and time that the launch was most recently updated.- Returns:
- builder
-
lastUpdatedTime
public LaunchState.Builder lastUpdatedTime(java.lang.String lastUpdatedTime)
- Parameters:
lastUpdatedTime
- The date and time that the launch was most recently updated.- Returns:
- builder
-
metricMonitors
public LaunchState.Builder metricMonitors(@Nullable com.pulumi.core.Output<java.util.List<LaunchMetricMonitorArgs>> metricMonitors)
- Parameters:
metricMonitors
- One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.- Returns:
- builder
-
metricMonitors
public LaunchState.Builder metricMonitors(java.util.List<LaunchMetricMonitorArgs> metricMonitors)
- Parameters:
metricMonitors
- One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.- Returns:
- builder
-
metricMonitors
public LaunchState.Builder metricMonitors(LaunchMetricMonitorArgs... metricMonitors)
- Parameters:
metricMonitors
- One or up to three blocks that define the metrics that will be used to monitor the launch performance. Detailed below.- Returns:
- builder
-
name
public LaunchState.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- The name for the new launch. Minimum length of `1`. Maximum length of `127`.- Returns:
- builder
-
name
public LaunchState.Builder name(java.lang.String name)
- Parameters:
name
- The name for the new launch. Minimum length of `1`. Maximum length of `127`.- Returns:
- builder
-
project
public LaunchState.Builder project(@Nullable com.pulumi.core.Output<java.lang.String> project)
- Parameters:
project
- The name or ARN of the project that is to contain the new launch.- Returns:
- builder
-
project
public LaunchState.Builder project(java.lang.String project)
- Parameters:
project
- The name or ARN of the project that is to contain the new launch.- Returns:
- builder
-
randomizationSalt
public LaunchState.Builder randomizationSalt(@Nullable com.pulumi.core.Output<java.lang.String> 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:
- builder
-
randomizationSalt
public LaunchState.Builder randomizationSalt(java.lang.String 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:
- builder
-
scheduledSplitsConfig
public LaunchState.Builder scheduledSplitsConfig(@Nullable com.pulumi.core.Output<LaunchScheduledSplitsConfigArgs> scheduledSplitsConfig)
- Parameters:
scheduledSplitsConfig
- A block that defines the traffic allocation percentages among the feature variations during each step of the launch. Detailed below.- Returns:
- builder
-
scheduledSplitsConfig
public LaunchState.Builder scheduledSplitsConfig(LaunchScheduledSplitsConfigArgs scheduledSplitsConfig)
- Parameters:
scheduledSplitsConfig
- A block that defines the traffic allocation percentages among the feature variations during each step of the launch. Detailed below.- Returns:
- builder
-
status
public LaunchState.Builder status(@Nullable com.pulumi.core.Output<java.lang.String> status)
- Parameters:
status
- The current state of the launch. Valid values are `CREATED`, `UPDATING`, `RUNNING`, `COMPLETED`, and `CANCELLED`.- Returns:
- builder
-
status
public LaunchState.Builder status(java.lang.String status)
- Parameters:
status
- The current state of the launch. Valid values are `CREATED`, `UPDATING`, `RUNNING`, `COMPLETED`, and `CANCELLED`.- Returns:
- builder
-
statusReason
public LaunchState.Builder statusReason(@Nullable com.pulumi.core.Output<java.lang.String> statusReason)
- Parameters:
statusReason
- If the launch was stopped, this is the string that was entered by the person who stopped the launch, to explain why it was stopped.- Returns:
- builder
-
statusReason
public LaunchState.Builder statusReason(java.lang.String statusReason)
- Parameters:
statusReason
- If the launch was stopped, this is the string that was entered by the person who stopped the launch, to explain why it was stopped.- Returns:
- builder
-
tags
public LaunchState.Builder tags(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
- Parameters:
tags
- Tags to apply to the launch. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Returns:
- builder
-
tags
public LaunchState.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
- Parameters:
tags
- Tags to apply to the launch. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Returns:
- builder
-
tagsAll
@Deprecated public LaunchState.Builder tagsAll(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll)
Deprecated.Please use `tags` instead.- Parameters:
tagsAll
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.- Returns:
- builder
-
tagsAll
@Deprecated public LaunchState.Builder tagsAll(java.util.Map<java.lang.String,java.lang.String> tagsAll)
Deprecated.Please use `tags` instead.- Parameters:
tagsAll
- A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.- Returns:
- builder
-
type
public LaunchState.Builder type(@Nullable com.pulumi.core.Output<java.lang.String> type)
- Parameters:
type
- The type of launch.- Returns:
- builder
-
type
public LaunchState.Builder type(java.lang.String type)
- Parameters:
type
- The type of launch.- Returns:
- builder
-
build
public LaunchState build()
-
-