Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.SendWorkflowStepActionRequest.Builder
-
Packages that use SendWorkflowStepActionRequest.Builder Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards.software.amazon.awssdk.services.imagebuilder.model -
-
Uses of SendWorkflowStepActionRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type SendWorkflowStepActionRequest.Builder Modifier and Type Method Description default CompletableFuture<SendWorkflowStepActionResponse>ImagebuilderAsyncClient. sendWorkflowStepAction(Consumer<SendWorkflowStepActionRequest.Builder> sendWorkflowStepActionRequest)Pauses or resumes image creation when the associated workflow runs aWaitForActionstep.default SendWorkflowStepActionResponseImagebuilderClient. sendWorkflowStepAction(Consumer<SendWorkflowStepActionRequest.Builder> sendWorkflowStepActionRequest)Pauses or resumes image creation when the associated workflow runs aWaitForActionstep. -
Uses of SendWorkflowStepActionRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return SendWorkflowStepActionRequest.Builder Modifier and Type Method Description SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest.Builder. action(String action)The action for the image creation process to take while a workflowWaitForActionstep waits for an asynchronous action to complete.SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest.Builder. action(WorkflowStepActionType action)The action for the image creation process to take while a workflowWaitForActionstep waits for an asynchronous action to complete.static SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest. builder()SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest.Builder. clientToken(String clientToken)Unique, case-sensitive identifier you provide to ensure idempotency of the request.SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest.Builder. imageBuildVersionArn(String imageBuildVersionArn)The Amazon Resource Name (ARN) of the image build version to send action for.SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest.Builder. reason(String reason)The reason why this action is sent.SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest.Builder. stepExecutionId(String stepExecutionId)Uniquely identifies the workflow step that sent the step action.SendWorkflowStepActionRequest.BuilderSendWorkflowStepActionRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type SendWorkflowStepActionRequest.Builder Modifier and Type Method Description static Class<? extends SendWorkflowStepActionRequest.Builder>SendWorkflowStepActionRequest. serializableBuilderClass()
-