Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.SendWorkflowStepActionResponse.Builder
-
Packages that use SendWorkflowStepActionResponse.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of SendWorkflowStepActionResponse.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return SendWorkflowStepActionResponse.Builder Modifier and Type Method Description static SendWorkflowStepActionResponse.BuilderSendWorkflowStepActionResponse. builder()SendWorkflowStepActionResponse.BuilderSendWorkflowStepActionResponse.Builder. clientToken(String clientToken)The client token that uniquely identifies the request.SendWorkflowStepActionResponse.BuilderSendWorkflowStepActionResponse.Builder. imageBuildVersionArn(String imageBuildVersionArn)The Amazon Resource Name (ARN) of the image build version that received the action request.SendWorkflowStepActionResponse.BuilderSendWorkflowStepActionResponse.Builder. stepExecutionId(String stepExecutionId)The workflow step that sent the step action.SendWorkflowStepActionResponse.BuilderSendWorkflowStepActionResponse. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type SendWorkflowStepActionResponse.Builder Modifier and Type Method Description static Class<? extends SendWorkflowStepActionResponse.Builder>SendWorkflowStepActionResponse. serializableBuilderClass()
-