public static interface InvalidRuntimeException.Builder extends CopyableBuilder<InvalidRuntimeException.Builder,InvalidRuntimeException>
| Modifier and Type | Method and Description |
|---|---|
InvalidRuntimeException.Builder |
message(String message) |
InvalidRuntimeException.Builder |
type(String type)
Sets the value of the Type property for this object.
|
copyapply, buildInvalidRuntimeException.Builder type(String type)
type - The new value for the Type property for this object.InvalidRuntimeException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.