public static interface RootCauseException.Builder extends SdkPojo, CopyableBuilder<RootCauseException.Builder,RootCauseException>
Modifier and Type | Method and Description |
---|---|
RootCauseException.Builder |
message(String message)
The message of the exception.
|
RootCauseException.Builder |
name(String name)
The name of the exception.
|
copy
applyMutation, build
RootCauseException.Builder name(String name)
The name of the exception.
name
- The name of the exception.RootCauseException.Builder message(String message)
The message of the exception.
message
- The message of the exception.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.