public static interface AwsCryptographicMaterialProvidersException.Builder
| Modifier and Type | Method and Description |
|---|---|
AwsCryptographicMaterialProvidersException |
build() |
java.lang.Throwable |
cause() |
AwsCryptographicMaterialProvidersException.Builder |
cause(java.lang.Throwable cause) |
java.lang.String |
message() |
AwsCryptographicMaterialProvidersException.Builder |
message(java.lang.String message) |
AwsCryptographicMaterialProvidersException.Builder message(java.lang.String message)
message - The detailed message. The detail message is saved for later retrieval by the Throwable.getMessage() method.java.lang.String message()
Throwable.getMessage() method.AwsCryptographicMaterialProvidersException.Builder cause(java.lang.Throwable cause)
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)java.lang.Throwable cause()
Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)AwsCryptographicMaterialProvidersException build()