Class ExceptionMetadata.Builder
- java.lang.Object
-
- software.amazon.awssdk.protocols.core.ExceptionMetadata.Builder
-
- Enclosing class:
- ExceptionMetadata
public static final class ExceptionMetadata.Builder extends Object
Builder forExceptionMetadata
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionMetadata
build()
ExceptionMetadata.Builder
errorCode(String errorCode)
ExceptionMetadata.Builder
exceptionBuilderSupplier(Supplier<SdkPojo> exceptionBuilderSupplier)
ExceptionMetadata.Builder
httpStatusCode(Integer httpStatusCode)
-
-
-
Method Detail
-
errorCode
public ExceptionMetadata.Builder errorCode(String errorCode)
-
exceptionBuilderSupplier
public ExceptionMetadata.Builder exceptionBuilderSupplier(Supplier<SdkPojo> exceptionBuilderSupplier)
-
httpStatusCode
public ExceptionMetadata.Builder httpStatusCode(Integer httpStatusCode)
-
build
public ExceptionMetadata build()
-
-