Interface APIErrorType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<APIErrorType.Builder,,APIErrorType> SdkBuilder<APIErrorType.Builder,,APIErrorType> SdkPojo
- Enclosing class:
- APIErrorType
@Mutable
@NotThreadSafe
public static interface APIErrorType.Builder
extends SdkPojo, CopyableBuilder<APIErrorType.Builder,APIErrorType>
-
Method Summary
Modifier and TypeMethodDescriptionThe error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue, for exampleResourceNotFoundException,InvalidParameterException,InvalidRequestException,DecryptionFailure, orAccessDeniedException.A message describing the error.The ARN or name of the secret.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
secretId
The ARN or name of the secret.
- Parameters:
secretId- The ARN or name of the secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue, for example
ResourceNotFoundException,InvalidParameterException,InvalidRequestException,DecryptionFailure, orAccessDeniedException.- Parameters:
errorCode- The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue, for exampleResourceNotFoundException,InvalidParameterException,InvalidRequestException,DecryptionFailure, orAccessDeniedException.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A message describing the error.
- Parameters:
message- A message describing the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-