| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchAction.Builder |
LaunchAction.Builder.actionCode(String actionCode)
Launch action code.
|
LaunchAction.Builder |
LaunchAction.Builder.actionId(String actionId)
Sets the value of the ActionId property for this object.
|
LaunchAction.Builder |
LaunchAction.Builder.actionVersion(String actionVersion)
Sets the value of the ActionVersion property for this object.
|
LaunchAction.Builder |
LaunchAction.Builder.active(Boolean active)
Whether the launch action is active.
|
static LaunchAction.Builder |
LaunchAction.builder() |
LaunchAction.Builder |
LaunchAction.Builder.category(LaunchActionCategory category)
Sets the value of the Category property for this object.
|
LaunchAction.Builder |
LaunchAction.Builder.category(String category)
Sets the value of the Category property for this object.
|
LaunchAction.Builder |
LaunchAction.Builder.description(String description)
Sets the value of the Description property for this object.
|
LaunchAction.Builder |
LaunchAction.Builder.name(String name)
Sets the value of the Name property for this object.
|
LaunchAction.Builder |
LaunchAction.Builder.optional(Boolean optional)
Whether the launch will not be marked as failed if this action fails.
|
LaunchAction.Builder |
LaunchAction.Builder.order(Integer order)
Sets the value of the Order property for this object.
|
LaunchAction.Builder |
LaunchAction.Builder.parameters(Map<String,LaunchActionParameter> parameters)
Sets the value of the Parameters property for this object.
|
LaunchAction.Builder |
LaunchAction.toBuilder() |
LaunchAction.Builder |
LaunchAction.Builder.type(LaunchActionType type)
Launch action type.
|
LaunchAction.Builder |
LaunchAction.Builder.type(String type)
Launch action type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LaunchAction.Builder> |
LaunchAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LaunchActionRun.Builder |
LaunchActionRun.Builder.action(Consumer<LaunchAction.Builder> action)
Action.
|
Copyright © 2023. All rights reserved.