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