Interface EphemerisErrorReason.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EphemerisErrorReason.Builder,,- EphemerisErrorReason> - SdkBuilder<EphemerisErrorReason.Builder,,- EphemerisErrorReason> - SdkPojo
- Enclosing class:
- EphemerisErrorReason
@Mutable
@NotThreadSafe
public static interface EphemerisErrorReason.Builder
extends SdkPojo, CopyableBuilder<EphemerisErrorReason.Builder,EphemerisErrorReason> 
- 
Method SummaryModifier and TypeMethodDescriptionThe error code identifying the type of validation failure.errorCode(EphemerisErrorCode errorCode) The error code identifying the type of validation failure.errorMessage(String errorMessage) A human-readable message describing the validation failure.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- 
errorCodeThe error code identifying the type of validation failure. See the Troubleshooting Invalid Ephemerides guide for error code details. - Parameters:
- errorCode- The error code identifying the type of validation failure.- See the Troubleshooting Invalid Ephemerides guide for error code details. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
errorCodeThe error code identifying the type of validation failure. See the Troubleshooting Invalid Ephemerides guide for error code details. - Parameters:
- errorCode- The error code identifying the type of validation failure.- See the Troubleshooting Invalid Ephemerides guide for error code details. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
errorMessageA human-readable message describing the validation failure. Provides specific details about what failed and may include suggestions for remediation. - Parameters:
- errorMessage- A human-readable message describing the validation failure.- Provides specific details about what failed and may include suggestions for remediation. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-