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