Uses of Interface
software.amazon.awssdk.services.ssm.model.AutomationStepNotFoundException.Builder
-
Packages that use AutomationStepNotFoundException.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of AutomationStepNotFoundException.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return AutomationStepNotFoundException.Builder Modifier and Type Method Description AutomationStepNotFoundException.BuilderAutomationStepNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static AutomationStepNotFoundException.BuilderAutomationStepNotFoundException. builder()AutomationStepNotFoundException.BuilderAutomationStepNotFoundException.Builder. cause(Throwable cause)AutomationStepNotFoundException.BuilderAutomationStepNotFoundException.Builder. message(String message)AutomationStepNotFoundException.BuilderAutomationStepNotFoundException.Builder. requestId(String requestId)AutomationStepNotFoundException.BuilderAutomationStepNotFoundException.Builder. statusCode(int statusCode)AutomationStepNotFoundException.BuilderAutomationStepNotFoundException. toBuilder()AutomationStepNotFoundException.BuilderAutomationStepNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AutomationStepNotFoundException.Builder Modifier and Type Method Description static Class<? extends AutomationStepNotFoundException.Builder>AutomationStepNotFoundException. serializableBuilderClass()
-