Uses of Interface
software.amazon.awssdk.services.xray.model.RootCauseException.Builder
-
Packages that use RootCauseException.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of RootCauseException.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return RootCauseException.Builder Modifier and Type Method Description static RootCauseException.BuilderRootCauseException. builder()RootCauseException.BuilderRootCauseException.Builder. message(String message)The message of the exception.RootCauseException.BuilderRootCauseException.Builder. name(String name)The name of the exception.RootCauseException.BuilderRootCauseException. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type RootCauseException.Builder Modifier and Type Method Description static Class<? extends RootCauseException.Builder>RootCauseException. serializableBuilderClass()
-