PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.actionCode(String actionCode) |
Launch action code.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.actionId(String actionId) |
Sets the value of the ActionId property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.actionVersion(String actionVersion) |
Sets the value of the ActionVersion property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.active(Boolean active) |
Whether the launch action is active.
|
static PutLaunchActionResponse.Builder |
PutLaunchActionResponse.builder() |
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.category(String category) |
Sets the value of the Category property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.category(LaunchActionCategory category) |
Sets the value of the Category property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.description(String description) |
Sets the value of the Description property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.name(String name) |
Sets the value of the Name property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.optional(Boolean optional) |
Whether the launch will not be marked as failed if this action fails.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.order(Integer order) |
Sets the value of the Order property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.parameters(Map<String,LaunchActionParameter> parameters) |
Sets the value of the Parameters property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.resourceId(String resourceId) |
Sets the value of the ResourceId property for this object.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.toBuilder() |
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.type(String type) |
Launch action type.
|
PutLaunchActionResponse.Builder |
PutLaunchActionResponse.Builder.type(LaunchActionType type) |
Launch action type.
|