public static interface PutLaunchActionRequest.Builder extends DrsRequest.Builder, SdkPojo, CopyableBuilder<PutLaunchActionRequest.Builder,PutLaunchActionRequest>
| Modifier and Type | Method and Description |
|---|---|
PutLaunchActionRequest.Builder |
actionCode(String actionCode)
Launch action code.
|
PutLaunchActionRequest.Builder |
actionId(String actionId)
Sets the value of the ActionId property for this object.
|
PutLaunchActionRequest.Builder |
actionVersion(String actionVersion)
Sets the value of the ActionVersion property for this object.
|
PutLaunchActionRequest.Builder |
active(Boolean active)
Whether the launch action is active.
|
PutLaunchActionRequest.Builder |
category(LaunchActionCategory category)
Sets the value of the Category property for this object.
|
PutLaunchActionRequest.Builder |
category(String category)
Sets the value of the Category property for this object.
|
PutLaunchActionRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
PutLaunchActionRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
PutLaunchActionRequest.Builder |
optional(Boolean optional)
Whether the launch will not be marked as failed if this action fails.
|
PutLaunchActionRequest.Builder |
order(Integer order)
Sets the value of the Order property for this object.
|
PutLaunchActionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutLaunchActionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutLaunchActionRequest.Builder |
parameters(Map<String,LaunchActionParameter> parameters)
Sets the value of the Parameters property for this object.
|
PutLaunchActionRequest.Builder |
resourceId(String resourceId)
Sets the value of the ResourceId property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutLaunchActionRequest.Builder actionCode(String actionCode)
Launch action code.
actionCode - Launch action code.PutLaunchActionRequest.Builder actionId(String actionId)
actionId - The new value for the ActionId property for this object.PutLaunchActionRequest.Builder actionVersion(String actionVersion)
actionVersion - The new value for the ActionVersion property for this object.PutLaunchActionRequest.Builder active(Boolean active)
Whether the launch action is active.
active - Whether the launch action is active.PutLaunchActionRequest.Builder category(String category)
category - The new value for the Category property for this object.LaunchActionCategory,
LaunchActionCategoryPutLaunchActionRequest.Builder category(LaunchActionCategory category)
category - The new value for the Category property for this object.LaunchActionCategory,
LaunchActionCategoryPutLaunchActionRequest.Builder description(String description)
description - The new value for the Description property for this object.PutLaunchActionRequest.Builder name(String name)
name - The new value for the Name property for this object.PutLaunchActionRequest.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.PutLaunchActionRequest.Builder order(Integer order)
order - The new value for the Order property for this object.PutLaunchActionRequest.Builder parameters(Map<String,LaunchActionParameter> parameters)
parameters - The new value for the Parameters property for this object.PutLaunchActionRequest.Builder resourceId(String resourceId)
resourceId - The new value for the ResourceId property for this object.PutLaunchActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutLaunchActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.