Interface PackageVersionError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PackageVersionError.Builder,PackageVersionError>,SdkBuilder<PackageVersionError.Builder,PackageVersionError>,SdkPojo
- Enclosing class:
- PackageVersionError
public static interface PackageVersionError.Builder extends SdkPojo, CopyableBuilder<PackageVersionError.Builder,PackageVersionError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PackageVersionError.BuildererrorCode(String errorCode)The error code associated with the error.PackageVersionError.BuildererrorCode(PackageVersionErrorCode errorCode)The error code associated with the error.PackageVersionError.BuildererrorMessage(String errorMessage)The error message associated with the error.-
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, sdkFields
-
-
-
-
Method Detail
-
errorCode
PackageVersionError.Builder errorCode(String errorCode)
The error code associated with the error. Valid error codes are:
-
ALREADY_EXISTS -
MISMATCHED_REVISION -
MISMATCHED_STATUS -
NOT_ALLOWED -
NOT_FOUND -
SKIPPED
- Parameters:
errorCode- The error code associated with the error. Valid error codes are:-
ALREADY_EXISTS -
MISMATCHED_REVISION -
MISMATCHED_STATUS -
NOT_ALLOWED -
NOT_FOUND -
SKIPPED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PackageVersionErrorCode,PackageVersionErrorCode
-
-
errorCode
PackageVersionError.Builder errorCode(PackageVersionErrorCode errorCode)
The error code associated with the error. Valid error codes are:
-
ALREADY_EXISTS -
MISMATCHED_REVISION -
MISMATCHED_STATUS -
NOT_ALLOWED -
NOT_FOUND -
SKIPPED
- Parameters:
errorCode- The error code associated with the error. Valid error codes are:-
ALREADY_EXISTS -
MISMATCHED_REVISION -
MISMATCHED_STATUS -
NOT_ALLOWED -
NOT_FOUND -
SKIPPED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PackageVersionErrorCode,PackageVersionErrorCode
-
-
errorMessage
PackageVersionError.Builder errorMessage(String errorMessage)
The error message associated with the error.
- Parameters:
errorMessage- The error message associated with the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-