public static interface LaunchAction.Builder extends SdkPojo, CopyableBuilder<LaunchAction.Builder,LaunchAction>
| Modifier and Type | Method and Description |
|---|---|
LaunchAction.Builder |
actionCode(String actionCode)
Launch action code.
|
LaunchAction.Builder |
actionId(String actionId)
Sets the value of the ActionId property for this object.
|
LaunchAction.Builder |
actionVersion(String actionVersion)
Sets the value of the ActionVersion property for this object.
|
LaunchAction.Builder |
active(Boolean active)
Whether the launch action is active.
|
LaunchAction.Builder |
category(LaunchActionCategory category)
Sets the value of the Category property for this object.
|
LaunchAction.Builder |
category(String category)
Sets the value of the Category property for this object.
|
LaunchAction.Builder |
description(String description)
Sets the value of the Description property for this object.
|
LaunchAction.Builder |
name(String name)
Sets the value of the Name property for this object.
|
LaunchAction.Builder |
optional(Boolean optional)
Whether the launch will not be marked as failed if this action fails.
|
LaunchAction.Builder |
order(Integer order)
Sets the value of the Order property for this object.
|
LaunchAction.Builder |
parameters(Map<String,LaunchActionParameter> parameters)
Sets the value of the Parameters property for this object.
|
LaunchAction.Builder |
type(LaunchActionType type)
Launch action type.
|
LaunchAction.Builder |
type(String type)
Launch action type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLaunchAction.Builder actionCode(String actionCode)
Launch action code.
actionCode - Launch action code.LaunchAction.Builder actionId(String actionId)
actionId - The new value for the ActionId property for this object.LaunchAction.Builder actionVersion(String actionVersion)
actionVersion - The new value for the ActionVersion property for this object.LaunchAction.Builder active(Boolean active)
Whether the launch action is active.
active - Whether the launch action is active.LaunchAction.Builder category(String category)
category - The new value for the Category property for this object.LaunchActionCategory,
LaunchActionCategoryLaunchAction.Builder category(LaunchActionCategory category)
category - The new value for the Category property for this object.LaunchActionCategory,
LaunchActionCategoryLaunchAction.Builder description(String description)
description - The new value for the Description property for this object.LaunchAction.Builder name(String name)
name - The new value for the Name property for this object.LaunchAction.Builder optional(Boolean optional)
Whether the launch will not be marked as failed if this action fails.
optional - Whether the launch will not be marked as failed if this action fails.LaunchAction.Builder order(Integer order)
order - The new value for the Order property for this object.LaunchAction.Builder parameters(Map<String,LaunchActionParameter> parameters)
parameters - The new value for the Parameters property for this object.LaunchAction.Builder type(String type)
Launch action type.
type - Launch action type.LaunchActionType,
LaunchActionTypeLaunchAction.Builder type(LaunchActionType type)
Launch action type.
type - Launch action type.LaunchActionType,
LaunchActionTypeCopyright © 2023. All rights reserved.