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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ec2ErrorCode
Unique 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.
-
ec2ExceptionType
Type 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.
-
ec2ErrorMessage
Detailed 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.
-