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