Uses of Interface
software.amazon.awssdk.services.ssm.model.StepExecution.Builder
Packages that use StepExecution.Builder
-
Uses of StepExecution.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return StepExecution.BuilderModifier and TypeMethodDescriptionThe action this step performs.static StepExecution.BuilderStepExecution.builder()StepExecution.Builder.executionEndTime(Instant executionEndTime) If a step has finished execution, this contains the time the execution ended.StepExecution.Builder.executionStartTime(Instant executionStartTime) If a step has begun execution, this contains the time the step started.default StepExecution.BuilderStepExecution.Builder.failureDetails(Consumer<FailureDetails.Builder> failureDetails) Information about the Automation failure.StepExecution.Builder.failureDetails(FailureDetails failureDetails) Information about the Automation failure.StepExecution.Builder.failureMessage(String failureMessage) If a step failed, this message explains why the execution failed.Fully-resolved values passed into the step before execution.StepExecution.Builder.isCritical(Boolean isCritical) The flag which can be used to help decide whether the failure of current step leads to the Automation failure.The flag which can be used to end automation no matter whether the step succeeds or fails.StepExecution.Builder.maxAttempts(Integer maxAttempts) The maximum number of tries to run the action of the step.The next step after the step succeeds.The action to take if the step fails.StepExecution.Builder.outputs(Map<String, ? extends Collection<String>> outputs) Returned values from the execution of the step.StepExecution.Builder.overriddenParameters(Map<String, ? extends Collection<String>> overriddenParameters) A user-specified list of parameters to override when running a step.default StepExecution.BuilderStepExecution.Builder.parentStepDetails(Consumer<ParentStepDetails.Builder> parentStepDetails) Information about the parent step.StepExecution.Builder.parentStepDetails(ParentStepDetails parentStepDetails) Information about the parent step.A message associated with the response code for an execution.StepExecution.Builder.responseCode(String responseCode) The response code returned by the execution of the step.StepExecution.Builder.stepExecutionId(String stepExecutionId) The unique ID of a step execution.The name of this execution step.StepExecution.Builder.stepStatus(String stepStatus) The execution status for this step.StepExecution.Builder.stepStatus(AutomationExecutionStatus stepStatus) The execution status for this step.default StepExecution.BuilderStepExecution.Builder.targetLocation(Consumer<TargetLocation.Builder> targetLocation) The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.StepExecution.Builder.targetLocation(TargetLocation targetLocation) The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation execution.StepExecution.Builder.targets(Collection<Target> targets) The targets for the step execution.StepExecution.Builder.targets(Consumer<Target.Builder>... targets) The targets for the step execution.The targets for the step execution.StepExecution.Builder.timeoutSeconds(Long timeoutSeconds) The timeout seconds of the step.StepExecution.toBuilder()StepExecution.Builder.triggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms) The CloudWatch alarms that were invoked by the automation.StepExecution.Builder.triggeredAlarms(Consumer<AlarmStateInformation.Builder>... triggeredAlarms) The CloudWatch alarms that were invoked by the automation.StepExecution.Builder.triggeredAlarms(AlarmStateInformation... triggeredAlarms) The CloudWatch alarms that were invoked by the automation.StepExecution.Builder.validNextSteps(String... validNextSteps) Strategies used when step fails, we support Continue and Abort.StepExecution.Builder.validNextSteps(Collection<String> validNextSteps) Strategies used when step fails, we support Continue and Abort.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StepExecution.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StepExecution.Builder>StepExecution.serializableBuilderClass()