Interface EC2InstanceError.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EC2InstanceError.Builder,,- EC2InstanceError> - SdkBuilder<EC2InstanceError.Builder,,- EC2InstanceError> - SdkPojo
- Enclosing class:
- EC2InstanceError
@Mutable
@NotThreadSafe
public static interface EC2InstanceError.Builder
extends SdkPojo, CopyableBuilder<EC2InstanceError.Builder,EC2InstanceError> 
- 
Method SummaryModifier and TypeMethodDescriptionec2ErrorCode(String ec2ErrorCode) Unique error code identifying the specific EC2 instance error.ec2ErrorMessage(String ec2ErrorMessage) Detailed description of the EC2 instance error.ec2ExceptionType(String ec2ExceptionType) Type of exception encountered during EC2 instance operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ec2ErrorCodeUnique error code identifying the specific EC2 instance error. - Parameters:
- ec2ErrorCode- Unique error code identifying the specific EC2 instance error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ec2ExceptionTypeType of exception encountered during EC2 instance operation. - Parameters:
- ec2ExceptionType- Type of exception encountered during EC2 instance operation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ec2ErrorMessageDetailed description of the EC2 instance error. - Parameters:
- ec2ErrorMessage- Detailed description of the EC2 instance error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-