Interface ValidationException.Builder
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ValidationException.Builder,,ValidationException> PanoramaException.Builder,SdkBuilder<ValidationException.Builder,,ValidationException> SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
ValidationException
-
Method Summary
Modifier and TypeMethodDescriptionawsErrorDetails(AwsErrorDetails awsErrorDetails) Specifies the additional awsErrorDetails from the service response.Specifies the exception that caused this exception to occur.errorArguments(Collection<ValidationExceptionErrorArgument> errorArguments) A list of attributes that led to the exception and their values.errorArguments(Consumer<ValidationExceptionErrorArgument.Builder>... errorArguments) A list of attributes that led to the exception and their values.errorArguments(ValidationExceptionErrorArgument... errorArguments) A list of attributes that led to the exception and their values.A unique ID for the error.fields(Collection<ValidationExceptionField> fields) A list of request parameters that failed validation.fields(Consumer<ValidationExceptionField.Builder>... fields) A list of request parameters that failed validation.fields(ValidationExceptionField... fields) A list of request parameters that failed validation.Specifies the details of this exception.The reason that validation failed.reason(ValidationExceptionReason reason) The reason that validation failed.Specifies the requestId returned by the called service.statusCode(int statusCode) Specifies the status code returned by the service.writableStackTrace(Boolean writableStackTrace) Specifies whether the stack trace in this exception can be written.Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdMethods 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.exception.SdkException.Builder
cause, message, writableStackTraceMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
Method Details
-
errorArguments
ValidationException.Builder errorArguments(Collection<ValidationExceptionErrorArgument> errorArguments) A list of attributes that led to the exception and their values.
- Parameters:
errorArguments- A list of attributes that led to the exception and their values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorArguments
A list of attributes that led to the exception and their values.
- Parameters:
errorArguments- A list of attributes that led to the exception and their values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorArguments
ValidationException.Builder errorArguments(Consumer<ValidationExceptionErrorArgument.Builder>... errorArguments) A list of attributes that led to the exception and their values.
This is a convenience method that creates an instance of theValidationExceptionErrorArgument.Builderavoiding the need to create one manually viaValidationExceptionErrorArgument.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorArguments(List<ValidationExceptionErrorArgument>).- Parameters:
errorArguments- a consumer that will call methods onValidationExceptionErrorArgument.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorId
A unique ID for the error.
- Parameters:
errorId- A unique ID for the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
A list of request parameters that failed validation.
- Parameters:
fields- A list of request parameters that failed validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
A list of request parameters that failed validation.
- Parameters:
fields- A list of request parameters that failed validation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
A list of request parameters that failed validation.
This is a convenience method that creates an instance of theValidationExceptionField.Builderavoiding the need to create one manually viaValidationExceptionField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofields(List<ValidationExceptionField>).- Parameters:
fields- a consumer that will call methods onValidationExceptionField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason that validation failed.
- Parameters:
reason- The reason that validation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason that validation failed.
- Parameters:
reason- The reason that validation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awsErrorDetails
Description copied from interface:AwsServiceException.BuilderSpecifies the additional awsErrorDetails from the service response.- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfacePanoramaException.Builder- Parameters:
awsErrorDetails- Object containing additional details from the response.- Returns:
- This object for method chaining.
-
message
Description copied from interface:SdkException.BuilderSpecifies the details of this exception.- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfacePanoramaException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder- Parameters:
message- The details of this exception.- Returns:
- This method for object chaining
-
requestId
Description copied from interface:SdkServiceException.BuilderSpecifies the requestId returned by the called service.- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfacePanoramaException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder- Parameters:
requestId- A string that identifies the request made to a service.- Returns:
- This object for method chaining.
-
statusCode
Description copied from interface:SdkServiceException.BuilderSpecifies the status code returned by the service.- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfacePanoramaException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder- Parameters:
statusCode- an int containing the status code returned by the service.- Returns:
- This method for object chaining.
-
cause
Description copied from interface:SdkException.BuilderSpecifies the exception that caused this exception to occur.- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfacePanoramaException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder- Parameters:
cause- The exception that caused this exception to occur.- Returns:
- This object for method chaining.
-
writableStackTrace
Description copied from interface:SdkException.BuilderSpecifies whether the stack trace in this exception can be written.- Specified by:
writableStackTracein interfacePanoramaException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder- Parameters:
writableStackTrace- Whether the stack trace can be written.- Returns:
- This method for object chaining
-