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