Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.GetWorkflowStepExecutionRequest.Builder
-
Packages that use GetWorkflowStepExecutionRequest.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 GetWorkflowStepExecutionRequest.Builder in software.amazon.awssdk.services.imagebuilder
Method parameters in software.amazon.awssdk.services.imagebuilder with type arguments of type GetWorkflowStepExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetWorkflowStepExecutionResponse>ImagebuilderAsyncClient. getWorkflowStepExecution(Consumer<GetWorkflowStepExecutionRequest.Builder> getWorkflowStepExecutionRequest)Get the runtime information that was logged for a specific runtime instance of the workflow step.default GetWorkflowStepExecutionResponseImagebuilderClient. getWorkflowStepExecution(Consumer<GetWorkflowStepExecutionRequest.Builder> getWorkflowStepExecutionRequest)Get the runtime information that was logged for a specific runtime instance of the workflow step. -
Uses of GetWorkflowStepExecutionRequest.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return GetWorkflowStepExecutionRequest.Builder Modifier and Type Method Description static GetWorkflowStepExecutionRequest.BuilderGetWorkflowStepExecutionRequest. builder()GetWorkflowStepExecutionRequest.BuilderGetWorkflowStepExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkflowStepExecutionRequest.BuilderGetWorkflowStepExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetWorkflowStepExecutionRequest.BuilderGetWorkflowStepExecutionRequest.Builder. stepExecutionId(String stepExecutionId)Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.GetWorkflowStepExecutionRequest.BuilderGetWorkflowStepExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type GetWorkflowStepExecutionRequest.Builder Modifier and Type Method Description static Class<? extends GetWorkflowStepExecutionRequest.Builder>GetWorkflowStepExecutionRequest. serializableBuilderClass()
-